We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93386a commit ddb4af0Copy full SHA for ddb4af0
.github/CONTRIBUTING.md
@@ -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