Popularity
5.1
Declining
Activity
0.0
Stable
54
2
9
Monthly Downloads: 1,672
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.
-
heroku-buildpack-elixir
Heroku Buildpack for Elixir with nitro boost -
mix_docker
Put your Elixir app production release inside minimal docker image. -
ansible-elixir-stack
Ansible role to setup server with Elixir & Postgres to deploy apps -
bottler
Get your Elixir into proper recipients, and serve it nicely to final consumers
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
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.