jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
48 stars 25 forks source link

Add a GitHub action to release a new package version #57

Open jfmengels opened 3 years ago

jfmengels commented 3 years ago

This is an idea for an additional workflow for packages created using "new-package". I've been feeling blocked from releasing a package when I didn't have a computer available and only had my phone.

This script should:

Then another action will be triggered to actually publish the version.

Help appreciated 😃

lishaduck commented 4 months ago

This is just asking for dillonkearns/elm-publish-action to be setup by default, right?