Replies: 3 comments 1 reply
-
Hi, This project currently has no plan to start using GitHub Releases. We publish our signed tarballs to Yubico's release page. You can probably create some automation to watch this page for updates; Debian does this through uscan, for example. We will keep your request in mind when reviewing our release processes in the future. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Again: this RFE has nothing to do with any files (signed or not). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you very much 😄 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases.
gh release can contain additional comments (li changelog) or additional assets like release tar balls (by default it contains only assets from git tag) however all those part are not obligatory.
In simplest variant gh release can be empty because subiekt of the sent email contains git tag name.
I'm asking because my automation process uses those email notifications by trying to make preliminary automated upgrades of building packages, which allows saving some time on maintaining packaging procedures.
Probably other people may be interested to be instantly informed about release new version as well.
Documentation and examples of generate gh releases:
https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
https://cli.github.com/manual/gh_release_upload/
jbms/sphinx-immaterial#282
https://github.com/marketplace/actions/github-release
https://pgjones.dev/blog/trusted-plublishing-2023/
jbms/sphinx-immaterial#281 (comment)
tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58
Beta Was this translation helpful? Give feedback.
All reactions