You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To add a new package to the repo:
36
36
-`pnpm ship:minor`
37
37
-`pnpm ship:major`
38
38
- for initial Nx bootstrap in long-unreleased repos: `pnpm ship:first-release`
39
-
- by default these bump **every** package in `packages/*` to the same level. To scope a release to specific packages, append `--projects=` with comma-separated directory names (not npm names), e.g. `pnpm ship:minor --projects=api-framework,domain-events`
39
+
- by default these bump **every** package in `packages/*` to the same level. To scope a release to specific packages, append `--projects=` with comma-separated npm package names (not directory names), e.g. `pnpm ship:minor --projects=@tryghost/api-framework,@tryghost/domain-events`
40
40
- append `--dry-run` to preview which packages would be bumped without committing
41
41
2. this runs tests, versions packages, and creates/pushes release commit + tags
42
42
- creates the version commit and pushes tags to `main`
0 commit comments