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

publish releases on github #52

Open
RangerMauve opened this issue Dec 8, 2023 · 2 comments
Open

publish releases on github #52

RangerMauve opened this issue Dec 8, 2023 · 2 comments

Comments

@RangerMauve
Copy link

hey there, it'd be handy to be able to download the extension from github and have older versions available.

Would you be open to a pull request that adds a github action for this/ it would just require tagging new versions with git to trigger a release.

I do this for some of my extensions here: https://github.com/AgregoreWeb/extension-agregore-renderer/blob/default/.github/workflows/build.yml

@tvler
Copy link
Owner

tvler commented Jan 14, 2024

this is cool and I'm definitely interested in making the GitHub tags more useful!

I'd be more interested in a way to not use GitHub actions for this... like making a yarn tag script that that achieves the same thing

@RangerMauve
Copy link
Author

I found the actions to be the most hands off option personally. I've had some luck with this tool for streamlining publish flows: https://www.npmjs.com/package/np

There's also this local gh action runner: https://github.com/nektos/act/

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