We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc6b83 commit 6fae7bcCopy full SHA for 6fae7bc
RELEASE.md
@@ -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