- Review
CHANGELOG.md
- Double-check that all changes included in the release are appropriately documented.
- To-be-released changes should be under the "main" header.
- Commit any final changes to the changelog.
- Run Create bump version PR by manual workflow dispatch and set the version number in the input. This will create a PR that changes the changelog and
package.json
file to review and merge. - Once merged, an automatic process will kick in and creates a GitHub release, uploads release assets, and publishes the build output to npm.
The workflow expects ${{ secrets.NPM_ORG_TOKEN }}
organization secret in order to push to npm registry.