Skip to content

little task for Elixir Mix that updates your 'VERSION' file, and make commit, if its a git repository

Notifications You must be signed in to change notification settings

enotsimon/bump_version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bump_version

overwiev

little task for Elixir Mix that updates your 'VERSION' file, and make commit, if its a git repository

thats for mix release

install

add

{:bump_version, git: "https://github.com/skorobogatko/bump_version.git", branch: "master"}

to your mix.exs file in deps() section

then in shell

mix deps.get bump_version
mix deps.compile

usage

mix bump_version
mix bump_version patch
mix bump_version minor
mix bump_version major

help

mix help bump_version

About

little task for Elixir Mix that updates your 'VERSION' file, and make commit, if its a git repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages