Skip to content

Commit

Permalink
Update publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 18, 2024
1 parent 0435d4c commit b350e27
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

This section is intended only for the project maintainers.

1. Increment the version number in the `package.json`, `./react/package.json` and `./vue/package.json` files.
2. Commit and tag those changes.
3. Push the commit and tag to GitHub.
4. Review the draft release generated by GitHub.
5. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.
1. Increment the version number in the `package.json`, `./react/package.json` and `./vue/package.json` files, and run `npm install` from the project root to update `package-lock.json`.
2. Update the changelog.
3. Commit and tag those changes.
4. Push the commit and tag to GitHub.
5. Review the draft release generated by GitHub.
6. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.

0 comments on commit b350e27

Please sign in to comment.