streetpass icon indicating copy to clipboard operation
streetpass copied to clipboard

publish releases on github

Open RangerMauve opened this issue 1 year ago • 2 comments

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

RangerMauve avatar Dec 08 '23 15:12 RangerMauve

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

tvler avatar Jan 14 '24 01:01 tvler

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/

RangerMauve avatar Feb 21 '24 19:02 RangerMauve