In order to release a new version we first need to:
- update the
README.md
andmix.exs
with the new version - commit and create a tag for that version
- push the changes to the repository with:
git push origin master --tags
- wait the CI to build all release files
- run
rm -rf _build && mix compile --force && mix rustler_precompiled.download Xler.Native --all --printb --ignore-unavailable
- Commit and push the checksum file