- Update version in
mix.exs
and update CHANGELOG. - Run
git tag x.y.z
andgit 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.exs
and add-dev
.