You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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