Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 200 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 200 Bytes

Releasing

  1. Update the @version variable in mix.exs
  2. Update the version under Installation in README.md
  3. Run mix hex.publish
  4. Tag an release on GitHub under the name v#{@version}