Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Add RELEASE.md checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Oct 21, 2016
1 parent 040a674 commit db4342e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Release Checklist

#### Update version, docs, tag, and publish
- [ ] git checkout master
- [ ] npm install && npm run test
- [ ] Update `CHANGELOG.md`
- [ ] Update version number in `package.json`
- [ ] git add .
- [ ] git commit -m 'vA.B.C'
- [ ] git tag vA.B.C
- [ ] git push origin master vA.B.C
- [ ] npm publish

0 comments on commit db4342e

Please sign in to comment.