- Update version in
mix.exsand update CHANGELOG. - Run
git tag x.y.zandgit push --tags.- Wait for CI to precompile all artifacts.
- Publish GH release with copied changelog notes (CI creates a draft, we need to publish it to compute the checksum).
- Run
mix elixir_make.checksum --all. - Run
mix hex.publish. - Bump version in
mix.exsand add-dev.