javascript-studio / studio-changes

📦 Generate a changelog as part of the npm version command
https://medium.com/javascript-studio/nice-and-easy-module-releases-a32c906b564e
MIT License
49 stars 7 forks source link

Diff npm-shrinkwrap.json #8

Open mantoni opened 7 years ago

mantoni commented 7 years ago

If a shrinkwrap.json file is found, the following steps should be taken:

mantoni commented 7 years ago

Thinking a bit more about this, it could also diff npm-shrinkwrap.json (or package-lock.json if present) from the previous release tag and the current state. This would also catch manual npm shrinkwrap calls or package-lock.json updates that happened between releases.