You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,14 @@ Running the build will execute tests first.
62
62
Publishing an updated package is reserved for those with appropriate credentials. Coordinate with the repository owners to get your changes into a published release. The steps for publishing are:
63
63
64
64
1. Ensure all PRs are reviewed and merged to `master`
65
-
2. Wait for all testing to pass (if it does not, we have a problem)
66
-
3. Locally:
65
+
1. Wait for all testing to pass (if it does not, we have a problem)
66
+
1. Locally:
67
67
1.`git checkout master && git pull`
68
-
2. Edit the `package.json` to update the package version
69
-
3.`git tag vX.Y.Z` where X is the major version from the `package.json`, Y is the minor version, and Z is the patch version
70
-
4.`git push --tags`
71
-
5.`yarn install`
72
-
6.`yarn build` (if tests fail, stop!)
73
-
7.`npm publish`
74
-
4. Create a release on github with some notes on what the release contains and a link to the NPM package
68
+
1. Edit the `package.json` to update the package version
69
+
1. Commit the changes to `package.json` and push them
70
+
1.`git tag vX.Y.Z` where X is the major version from the `package.json`, Y is the minor version, and Z is the patch version
71
+
1.`git push --tags`
72
+
1.`yarn install`
73
+
1.`yarn build` (if tests fail, stop!)
74
+
1.`npm publish`
75
+
1. Create a release on github with some notes on what the release contains and a link to the NPM package
0 commit comments