Changix v0.3.0 mix changix.gen.changelog View Source
Generates a new changelog entry.
Command line options:
--folder
or-f
. Optional, defaults to/changelog
.--kind
or-k
. Optional, defaults to nil.title
. Mandatory.
Examples:
mix changix.gen.changelog My new feature
mix changix.gen.changelog --folder /priv/changelog --kind bugfix Fixed login
mix changix.gen.changelog -f /priv/changelog -k bugfix Fixed login
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.