Skip to content

Commit

Permalink
Minor update to release procedure for updating the shrinkwrap file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Turgeon committed Mar 8, 2016
1 parent 81c1bf7 commit fcf5e37
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fcf5e37

Please sign in to comment.