From d6ef7902aac0ceb779b0c0f1de72065584b6940d Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Thu, 21 Sep 2017 10:10:23 -0700 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5faa16a..017960c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,14 +1,16 @@ ### Release Guidelines -1) Update and groom changelog. Follow convention already in the changelog. +1) Make sure tests are passing!!! + +2) 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) Bump package version. Follow semver -3) Create a release commit: `git commit -am 'release x.y.z' +4) Create a release commit: `git commit -am 'release x.y.z' -4) Push the release commit +5) Push the release commit -5) Publish the package: `npm publish` +6) Publish the package: `npm publish` -6) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment +7) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment