Skip to content

Commit c33a265

Browse files
committed
Update release instructions
1 parent 77a3bfe commit c33a265

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

RELEASE.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## Release Checklist
22

33
#### 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
4+
```bash
5+
$ git checkout master
6+
$ npm install
7+
$ npm run test
8+
$ Update CHANGELOG
9+
$ Update version number in `package.json`
10+
$ git add .
11+
$ git commit -m 'vA.B.C'
12+
$ 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

Comments
 (0)