Skip to content

Commit

Permalink
Add publishing information to contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jan 25, 2023
1 parent d93386a commit ddb4af0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

## Publishing

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.

0 comments on commit ddb4af0

Please sign in to comment.