Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

woylie/bumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bumper

Dirty little mix task 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/bumper.

Assumptions

  • The version in mix.exs is assigned to a module attribute (e.g. @version "0.1.0").
  • README.md has 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 ## Unreleased header.

Installation

Add :bumper as a mix dependency.

def deps do
  [
    {:bumper, github: "woylie/bumper"}
  ]
end

Usage

mix bump patch
mix bump minor
mix bump major

Alternative

Use the fish function bump.fish to do the same.

About

Mix task for bumping versions

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages