We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a3bfe commit c33a265Copy full SHA for c33a265
RELEASE.md
@@ -1,12 +1,18 @@
1
## Release Checklist
2
3
#### Update version, tag, and publish
4
-- [ ] git checkout master
5
-- [ ] npm install
6
-- [ ] Update CHANGELOG
7
-- [ ] Update version number in `package.json`
8
-- [ ] git add .
9
-- [ ] git commit -m 'vA.B.C'
10
-- [ ] git tag vA.B.C
11
-- [ ] git push origin master vA.B.C
12
-- [ ] npm publish
+```bash
+$ git checkout master
+$ npm install
+$ npm run test
+$ Update CHANGELOG
+$ Update version number in `package.json`
+$ git add .
+$ git commit -m 'vA.B.C'
+$ git tag vA.B.C
13
+$ git push origin master vA.B.C
14
+$ npm publish
15
+
16
+```
17
+* Open https://github.com/bhousel/node-diff3/tags
18
+* Click "Add Release Notes" and link to the CHANGELOG#version
0 commit comments