Skip to content

Commit

Permalink
chore: update the release doc (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Jul 19, 2024
1 parent 35bc6db commit e685221
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Once the PR is merged into the main branch, a release PR will be automatically c
- Update the `CHANGELOG.md` file with the changes made in the release.
- Bump the version number of the package.

## 4. Merge the Release PR
If everything looks good, merge the release PR into the main branch.

When the release PR is ready, merge it. This action will trigger the [publish workflow](../.github/workflows/publish-to-npm.yaml) to publish the package to NPM
## 4. Publish to NPM

Create a new release on GitHub. Then, the [publish-to-npm workflow](../.github/workflows/publish-to-npm.yaml) will automatically publish the new version to NPM.

0 comments on commit e685221

Please sign in to comment.