Skip to content

Commit

Permalink
docs: document how to update the shrinkwrap file (#495)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jviotti authored Jun 20, 2016
1 parent 33eb063 commit 5eb330d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ https://github.com/resin-io/etcher/compare/<previous>...<current>
```

- 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
Expand Down

0 comments on commit 5eb330d

Please sign in to comment.