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
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:
Ask for the expected release version (e g. "1.1.0")
Run 'npm run elm-bump'
check the version in elm.json and check that it's the same as the expected release version
Commit with the release version number as the message
Push to the main branch
Then another action will be triggered to actually publish the version.
Help appreciated 😃
The text was updated successfully, but these errors were encountered:
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 😃
The text was updated successfully, but these errors were encountered: