- Update the version in
CHANGELOG.md
,mix.exs
, and in the usage example inREADME.md
. - Make sure the most up-to-date version of axe-core is included in
/priv
by runningnpm run install
. A post-install script takes care of it, but it doesn't work in dependabot PRs. - Commit the above changes and tag the release with
git commit -m 'vX.Y.Z'
,git tag -a 'vX.Y.Z' -m 'vX.Y.Z'
,git push --follow-tags
. - Run
mix hex.publish
.