Skip to content

Commit

Permalink
fix: README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Mar 14, 2024
1 parent 8fcb047 commit 4ebc7b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,19 +272,19 @@ Run `npm run test` to execute the linter

## Release

Checkout master (`git checkout master`)
Pull master (`git pull`)
Refresh node modules (`npm ci`)
Run tests (`npm test`)
Examine log to determine next version (X.Y.Z)
Run `git checkout -b release/X.Y.Z`
Update version in `projects/swimlane/ngx-graph/package.json`.
Update changelog in `projects/swimlane/ngx-graph/CHANGELOG.md`
Run `git commit -am "(release): X.Y.Z"`
Run `git tag X.Y.Z`
Run `git push origin HEAD --tags`
Run `npm run publish:lib`
Submit PR
- Checkout master (`git checkout master`)
- Pull master (`git pull`)
- Refresh node modules (`npm ci`)
- Run tests (`npm test`)
- Examine log to determine next version (X.Y.Z)
- Run `git checkout -b release/X.Y.Z`
- Update version in `projects/swimlane/ngx-graph/package.json`.
- Update changelog in `projects/swimlane/ngx-graph/CHANGELOG.md`
- Run `git commit -am "(release): X.Y.Z"`
- Run `git tag X.Y.Z`
- Run `git push origin HEAD --tags`
- Run `npm run publish:lib`
- Submit PR

## Credits

Expand Down

0 comments on commit 4ebc7b8

Please sign in to comment.