Dirty little fish function 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/bump.fish.
- 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.
curl -o ~/.config/fish/functions/bump.fish https://raw.githubusercontent.com/woylie/bump.fish/main/bump.fishChange into the directory of your Elixir/Mix project and type:
bump patch
bump minor
bump majorUse the mix task bumper to do the same.