Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 08319f0

Browse files
committed
Tweak release steps
1 parent a0d3d33 commit 08319f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ xvfb-run -a npm test
2929

3030
### Release a new version
3131

32-
1. Update the version in `package.json` according to [semver](https://semver.org/) (e.g. `npm version minor` for a new feature).
33-
1. Update the `CHANGELOG.md` with the new version and changes.
32+
1. Update and commit the `CHANGELOG.md` with the new version and changes according to [semver](https://semver.org/)
33+
1. `npm version minor` (or `major` or `patch`)
34+
1. `git push`
3435
1. `git push --tags`
3536
1. Submit a new release by `gh release create v$(npm pkg get version | xargs)` and fill in the details.
3637

0 commit comments

Comments
 (0)