Skip to content

Commit ddb4af0

Browse files
committed
Add publishing information to contributing docs
1 parent d93386a commit ddb4af0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing
2+
3+
## Publishing
4+
5+
This section is intended only for the project maintainers.
6+
7+
1. Increment the version number in the `package.json`, `./react/package.json` and `./vue/package.json` files.
8+
2. Commit and tag those changes.
9+
3. Push the commit and tag to GitHub.
10+
4. Review the draft release generated by GitHub.
11+
5. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.

0 commit comments

Comments
 (0)