Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #169
jfmengels opened this issue Aug 31, 2021 · 1 comment
Open
Tracked by #169

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

jfmengels opened this issue Aug 31, 2021 · 1 comment

Comments

@jfmengels
Copy link
Owner

jfmengels commented Aug 31, 2021

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 😃

@lishaduck lishaduck mentioned this issue Jun 25, 2024
9 tasks
@lishaduck
Copy link
Contributor

lishaduck commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants