Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Dec 5, 2023
1 parent 8a774a1 commit 47a1014
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Steps for releasing:
merged.
2. Bump copyright year in `README.md`, if necessary.
3. Review `CHANGELOG.md` for completeness and correctness. Update its
4. Bump the version in `package.json`.
release date.
4. Set the version in `package.json`.
5. Create a release PR containing the updates relating to any of the steps
above.
6. Ensure that the release PR is merged into main.
6. Ensure that the release PR is merged into `main`.
7. With `main` checked out, run `npm publish`. This will generate the
docs, deploy docs, and publish the module to NPM.
8. Create and push a git tag (eg `git tag v4.2.0 && git push --tags`).
Expand Down

0 comments on commit 47a1014

Please sign in to comment.