Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek authored Sep 21, 2017
1 parent 6fae7bc commit d6ef790
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
### Release Guidelines

1) Update and groom changelog. Follow convention already in the changelog.
1) Make sure tests are passing!!!

2) Update and groom changelog. Follow convention already in the changelog.
Be sure to include PR number and github username reference where applicable.

2) Bump package version. Follow semver
3) Bump package version. Follow semver

3) Create a release commit: `git commit -am 'release x.y.z'
4) Create a release commit: `git commit -am 'release x.y.z'

4) Push the release commit
5) Push the release commit

5) Publish the package: `npm publish`
6) Publish the package: `npm publish`

6) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment
7) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment

0 comments on commit d6ef790

Please sign in to comment.