Dirty little mix task that saves you 5 seconds of your time by bumping the
version of an Elixir project in mix.exs, README.md and CHANGELOG.md all
at once.
Moved to https://codeberg.org/woylie/bumper.
- The version in
mix.exsis assigned to a module attribute (e.g.@version "0.1.0"). README.mdhas installation instructions for adding the mix dependency (e.g.{:my_library, "~> 0.1.0}).- The changelog uses the keep a changelog format
and has an
## Unreleasedheader.
Add :bumper as a mix dependency.
def deps do
[
{:bumper, github: "woylie/bumper"}
]
endmix bump patch
mix bump minor
mix bump majorUse the fish function bump.fish to do the same.