mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
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 <jviottidc@gmail.com>
This commit is contained in:
parent
33eb0637b2
commit
5eb330d0dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user