mix deps.changelog (deps_changelog v0.3.4)
Find additions to top-level dependency's CHANGELOG files upon update and accumulate them in a new
deps.CHANGELOG.md
. Any task can be specified to run to perform the update.
Examples
mix deps.changelog deps.update --all
mix deps.changelog igniter.upgrade --all
mix deps.changelog --before
mix deps.unlock assent
mix deps.get
mix deps.changelog --after
Command line options
Instead of wrapping a specified task, you can also run the before and after actions manually:
--before
- make a snapshot of the dependency's changelogs and store to filedeps.CHANGELOG.before.bin
--after
- create another snapshot, process diff and updatedeps.CHANGELOG.md
Summary
Functions
Callback implementation for Mix.Task.run/1
.
Functions
Callback implementation for Mix.Task.run/1
.