mix changex.update (changex v0.3.0)
Write an update to the changelog file. Defaults to CHANGELOG.md
A --format
argument can be passed to output the changelog in a
different format.
A --file
option can be given to change the output file.
A --github
option can be given link to a GitHub repository when the
commit hash is displayed. This is in the format username/repo
.
examples
Examples
Update the changelog using the default format of markdown
and
file of CHANGELOG.md
mix changex.update
Update using elixir formatter and a file call CHANGES.markdown
mix changex.update --format elixir --file CHANGES.markdown
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1
.
Link to this section Functions
Link to this function
run(argv)
Callback implementation for Mix.Task.run/1
.