File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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.
46Be 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
You can’t perform that action at this time.
0 commit comments