Skip to content

Commit 6fae7bc

Browse files
Create RELEASE.md
1 parent 6bc6b83 commit 6fae7bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Release Guidelines
2+
3+
1) Update and groom changelog. Follow convention already in the changelog.
4+
Be sure to include PR number and github username reference where applicable.
5+
6+
2) Bump package version. Follow semver
7+
8+
3) Create a release commit: `git commit -am 'release x.y.z'
9+
10+
4) Push the release commit
11+
12+
5) Publish the package: `npm publish`
13+
14+
6) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment

0 commit comments

Comments
 (0)