@lokalise/projects-engine-contracts 2.0.8 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,12 +17,12 @@ Shared API contracts and domain schemas for the Projects Engine service.
|
|
|
17
17
|
|
|
18
18
|
This package is published to NPM automatically when a PR that modifies `packages/**` is merged to `main`. The version bump is driven by the PR label:
|
|
19
19
|
|
|
20
|
-
| Label
|
|
21
|
-
|
|
22
|
-
| `major`
|
|
23
|
-
| `minor`
|
|
24
|
-
| `patch`
|
|
25
|
-
| `skip-release` | Skips publishing entirely
|
|
20
|
+
| Label | Effect |
|
|
21
|
+
|----------------|-----------------------------------|
|
|
22
|
+
| `major` | Bumps major version and publishes |
|
|
23
|
+
| `minor` | Bumps minor version and publishes |
|
|
24
|
+
| `patch` | Bumps patch version and publishes |
|
|
25
|
+
| `skip-release` | Skips publishing entirely |
|
|
26
26
|
|
|
27
27
|
Every PR touching this package **must** carry exactly one of these labels (enforced by CI).
|
|
28
28
|
|