From 6fae7bc937a2352cbe2ee2d9f5b96949d580834b Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Thu, 21 Sep 2017 10:09:53 -0700 Subject: [PATCH] Create RELEASE.md --- RELEASE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..5faa16a --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,14 @@ +### Release Guidelines + +1) Update and groom changelog. Follow convention already in the changelog. +Be sure to include PR number and github username reference where applicable. + +2) Bump package version. Follow semver + +3) Create a release commit: `git commit -am 'release x.y.z' + +4) Push the release commit + +5) Publish the package: `npm publish` + +6) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment