From 5eb330d0dcc22037c06530fc0f6082292eed9c10 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 20 Jun 2016 12:23:53 -0400 Subject: [PATCH] docs: document how to update the shrinkwrap file (#495) We will be generating shrinkwrap files in every release for the following purposes: - Be able to run an `npm install` containing the exact package versions used at the time of publishing. - Auto-generate dependency updates CHANGELOG entries by comparing shrinkwrap files between versions. See: https://docs.npmjs.com/cli/shrinkwrap Signed-off-by: Juan Cruz Viotti --- docs/MAINTAINERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/MAINTAINERS.md b/docs/MAINTAINERS.md index 488ed0e8..04ccd076 100644 --- a/docs/MAINTAINERS.md +++ b/docs/MAINTAINERS.md @@ -19,6 +19,9 @@ https://github.com/resin-io/etcher/compare/... ``` - Re-take `screenshot.png` so it displays the latest version in the bottom right corner. + +- Re-install all dependencies and run `npm shrinkwrap` to update `npm-shrinkwrap.json`. + - Commit the changes with the version number as the commit title, including the `v` prefix, to `master`. For example: ```sh