-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fae7bc
commit d6ef790
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |