Skip to content

Commit b350e27

Browse files
committed
Update publishing instructions
1 parent 0435d4c commit b350e27

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
This section is intended only for the project maintainers.
66

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.
7+
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`.
8+
2. Update the changelog.
9+
3. Commit and tag those changes.
10+
4. Push the commit and tag to GitHub.
11+
5. Review the draft release generated by GitHub.
12+
6. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.

0 commit comments

Comments
 (0)