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 1
1
### Release Guidelines
2
2
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.
4
6
Be sure to include PR number and github username reference where applicable.
5
7
6
- 2 ) Bump package version. Follow semver
8
+ 3 ) Bump package version. Follow semver
7
9
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'
9
11
10
- 4 ) Push the release commit
12
+ 5 ) Push the release commit
11
13
12
- 5 ) Publish the package: ` npm publish `
14
+ 6 ) Publish the package: ` npm publish `
13
15
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