Commit 05dc89b 1 parent e139d4c commit 05dc89b Copy full SHA for 05dc89b
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 21
21
- Before publishing, replace ` blob/master/docs ` with ` blob/v1.1.0/docs ` in all the links.
22
22
1 . Use "Save Draft", not "Publish".
23
23
24
+ # Releasing to npm
25
+
26
+ 1 . Mark a new version.
27
+ - Bump ` package.json ` version to ` vXXX.YYY.ZZZ ` .
28
+ - ` npm run doc ` to update documentation links.
29
+ - Send a PR titled ` chore: mark version vXXX.YYY.ZZZ ` .
30
+ - Make sure the PR passes all required checks.
31
+ - Merge it.
32
+ 1 . Click 'Publish release' button on the prepared release notes.
33
+ 1 . Publish to npm.
34
+ - ` npm login `
35
+ - ` node utils/publish_all_packages.sh --release `
36
+ 1 . Mark post release.
37
+ - Bump ` package.json ` version to ` vXXX.YYY.ZZZ-post ` .
38
+ - ` npm run doc ` to update documentation links.
39
+ - Merge a PR titled ` chore: bump version to vXXX.YYY.ZZZ-post ` .
40
+ - ** NOTE** : no other commits should be landed in-between release commit and bump commit.
You can’t perform that action at this time.
0 commit comments