Skip to content

Commit

Permalink
Update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
njam committed Mar 9, 2024
1 parent 2d21637 commit 0d491fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ npm test
Release a new version:
1. Check out the latest version
- `git checkout master && git pull --ff-only`
2. Bump version in `package.json`, commit.
2. Bump version in `package.json`, run `npm install` and commit the change.
3. Push a new tag to master
- `git tag "vX.Y.Z"`
- `git push && git push --tags`
Expand Down

0 comments on commit 0d491fc

Please sign in to comment.