Skip to content

Commit d8c7306

Browse files
committed
Update CONTRIBUTING
1 parent 1af9597 commit d8c7306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ View the coverage report locally by opening `coverage/index.html` in your browse
8383

8484
Only maintainers can make releases. Releases to [npm](https://www.npmjs.com) are automated using GitHub actions. To make a release, perform the following steps:
8585

86-
1. Update `CHANGELOG.md` with a new entry describing the release.
87-
2. Update the version using npm, `npm version`. This will update the version in the `package.json` file and create a git tag. E.g.:
86+
1. Update `CHANGELOG.md` with a new entry describing the release. And `git add CHANGELOG.md && git commit -m "Update CHANGELOG.md"`.
87+
2. Update the version using npm. This will update the version in the `package.json` file and create a git tag. E.g.:
8888

8989
- `npm version patch`
90-
- `npm version prerelease` (for pre-releases)
90+
- OR, for pre-releases: `npm version prerelease`
9191

9292
3. Push the tag to GitHub: `git push origin main --tags`
9393
4. If the tests pass, GitHub actions will now publish the new version to npm.

0 commit comments

Comments
 (0)