Popularity
5.2
Stable
Activity
0.0
Stable
56
2
11
Monthly Downloads: 938
Programming language: Elixir
License: MIT License
Tags:
Release Management
Latest version: v2.0.3
eliver alternatives and similar packages
Based on the "Release Management" category.
Alternatively, view eliver alternatives based on common mentions on social networks and blogs.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of eliver or a related project?
Popular Comparisons
README
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
eliver
to your list of dependencies inmix.exs
:
def deps do
[{:eliver, "~> 2.0.0", only: :dev}]
end
- Create a VERSION file with the initial version in the root of the project
- In
mix.exs
, read the version fromVERSION
elixir version: String.trim(File.read!("VERSION")),
Usage
$ mix eliver.bump
Contributing
Please do.