Skip to content

Commit

Permalink
Fix description in CONTRIBUTING.md on how to bump a version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Nov 29, 2024
1 parent 32e5005 commit 48475f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ To create a new release:
- Create a release branch named `release/vx.y.z`.

- Submit a release PR targeting the `master` branch:
- Bumps the version in `package.json`.
- Run `npm install` to update the `package-lock.json`.
- Bumps the version in `package.json.js`.
- Run `npm run install-project` to update the `package.json` and `package-lock.json` files.
- The commit message should be of the form "Release vx.y.z"
- The title of the release PR should be of the form "Release vx.y.z"

Expand Down

0 comments on commit 48475f3

Please sign in to comment.