Skip to content

Commit d6ef790

Browse files
Update RELEASE.md
1 parent 6fae7bc commit d6ef790

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

RELEASE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
### Release Guidelines
22

3-
1) Update and groom changelog. Follow convention already in the changelog.
3+
1) Make sure tests are passing!!!
4+
5+
2) Update and groom changelog. Follow convention already in the changelog.
46
Be sure to include PR number and github username reference where applicable.
57

6-
2) Bump package version. Follow semver
8+
3) Bump package version. Follow semver
79

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

10-
4) Push the release commit
12+
5) Push the release commit
1113

12-
5) Publish the package: `npm publish`
14+
6) Publish the package: `npm publish`
1315

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

0 commit comments

Comments
 (0)