-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add publishing information to contributing docs
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |