From fcf5e37627c07c6eb291d18812a236d786f46ea2 Mon Sep 17 00:00:00 2001 From: Joe Turgeon Date: Tue, 8 Mar 2016 17:33:58 -0600 Subject: [PATCH] Minor update to release procedure for updating the shrinkwrap file. --- RELEASE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 49a6bbbb..fce1b802 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,10 +3,6 @@ The following documents the standard process to release a new version of Grunt Drupal Tasks: -- If dependencies have changed, update `shrinkwrap.json`. - - Delete the existing `shrinkwrap.json` and run `npm shrinkwrap`. - - Update the `CHANGELOG.md` file. Use `git log v0.9.2...HEAD --oneline` to get a summary of commit messages @@ -23,6 +19,14 @@ Drupal Tasks: If updating to a new major or minor version, then also update the version of Grunt Drupal Tasks required in `example/package.json`. +- Update `npm-shrinkwrap.json`. + + This is most important when dependencies have been updated, but since this + file contains the version of Grunt Drupal Tasks, it should be updated as + part of the release process. + + Delete the existing `npm-shrinkwrap.json` and run `npm shrinkwrap`. + - Tag a new version. Once all updates are committed, tag a new version using `git tag -a v0.9.3