- Run
elm bump
to update the version. - Update changelog with new version.
- Commit with message
Release <version>
. - Push branch to GitHub with
git push
. - Create and merge the PR.
- Pull the new
master
. - Create a version tag with
git tag <version>
. - Push tag to GitHub with
git push origin <version>
. - Run
elm publish
.