tvler / streetpass

Find your people on Mastodon

Home Page:https://streetpass.social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish releases on github

RangerMauve opened this issue · 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

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

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/