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

woylie/bump.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

bump.fish

Dirty little fish function 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/bump.fish.

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

curl -o ~/.config/fish/functions/bump.fish https://raw.githubusercontent.com/woylie/bump.fish/main/bump.fish

Usage

Change into the directory of your Elixir/Mix project and type:

bump patch
bump minor
bump major

Alternative

Use the mix task bumper to do the same.

About

Fish function for bumping the version of Elixir projects

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages