Skip to content
Jonathan Boiser edited this page May 18, 2021 · 2 revisions

How to make a release

elm bump
git commit -a -m'Prepare for vX.Y.Z'
git tag X.Y.Z # add the -a flag if you want to add a description to the tag
git push --follow-tags
elm publish

Example GitHub action workflow

https://github.com/elm-tooling/elm-tooling-cli/blob/main/.github/workflows/test.yml

Clone this wiki locally