Eliver
Interactive semantic versioning for Elixir packages.
Eliver is an Elixir clone of semvergen
Eliver...
-
bumps the version in
mix.exs -
prompts the user for changelog entries and updates
CHANGELOG.md - commits these changes
- creates a tag
- pushes to origin
Installation
-
Add
eliverto your list of dependencies inmix.exs:
def deps do
[{:eliver, "~> 1.0.0"}]
endUsage
$ mix eliver.bumpTODO
- Add support to release the package to Hex
Contributing
Please do.