Skip to content

Commit a30d610

Browse files
committed
Fixed instructions on how to bump a single package in readme
1 parent 4440bff commit a30d610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To add a new package to the repo:
3636
- `pnpm ship:minor`
3737
- `pnpm ship:major`
3838
- 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`
4040
- append `--dry-run` to preview which packages would be bumped without committing
4141
2. this runs tests, versions packages, and creates/pushes release commit + tags
4242
- creates the version commit and pushes tags to `main`

0 commit comments

Comments
 (0)