Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 727 Bytes

RELEASE.md

File metadata and controls

18 lines (17 loc) · 727 Bytes

Release Instructions

  1. git-flow: Start release. Tag without "v", e.g. 0.1.0 - NOT v0.1.0!
  2. Bump version in CHANGELOG
  3. Bump version in mix.exs
  4. Bump version in README.md installation instructions (if we add to hex)
  5. Update translations: $ mix gettext.extract && mix gettext.merge priv/gettext
  6. $ mix test
  7. Commit with Prepare X.X.X release
  8. git-flow: finish release. Tag without "v", e.g. 0.1.0 - NOT v0.1.0!
    • tag message: Release vX.X.X
  9. Switch to master. Push.
  10. Push X.X.X tag to origin
  11. Switch to develop-branch.
  12. Bump version in CHANGELOG + -dev
  13. Bump version in mix.exs + -dev
  14. Commit develop with Start X.X.X development. Push