mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Releases: Please provide signatures #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geor-g on GitHub (Jan 29, 2017).
Would it be possible for you, to provide signatures for the releases, so one is able to ensure the pulled in code, for example into Debian, wasn't tampered with along the way? Here is a small guide how to do this.
Thanks!
@lukas2511 commented on GitHub (Jan 29, 2017):
I've signed the latest release and from now on I'll sign all my commits using
3C2F2605E078A1E18F4793909C4DBE6CF438F333, but I can't promise to remember to always upload a signature when I release a new version.@geor-g commented on GitHub (Jan 29, 2017):
Thanks, that's great! To make it easier to remember this, if case you're using some sort of a script to do the release, maybe it would be good to incorporate this inside there.
@lukas2511 commented on GitHub (Jan 29, 2017):
My workflow is to just tag a specific commit and copy the changelog to the release, if you know of any way to completely automate this I'm open for suggestions.
@geor-g commented on GitHub (Jan 29, 2017):
Ah yeah, I see. Not sure how this could work with the "automatic" releases provided by GitHub. Maybe something like this could be of any help.