Skip to content

Commit 8167889

Browse files
author
Lukas Puehringer
committed
doc: describe signatures creation in RELEASE.md
Mention how to use verify_release with the recently added --sign option to create signatures for a verified release. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent e56ff07 commit 8167889

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ on GitHub
4343
*An approval resumes the CD workflow to publish the release on PyPI, and to finalize the
4444
GitHub release (removes `-rc` suffix and updates release notes).*
4545

46-
8. `verify_release` may be used again to make sure the PyPI release artifacts match the
47-
local build as well.
46+
8. Run `verify_release` to make sure the PyPI release artifacts match the local build as
47+
well. When called as `verify_release --sign [<key id>]` the script additionally
48+
creates gpg release signatures. These signature files should be made available on the
49+
GitHub release page under Assets.
4850
9. Announce the release on [#tuf on CNCF Slack](https://cloud-native.slack.com/archives/C8NMD3QJ3)
4951
10. Ensure [POUF 1](https://github.com/theupdateframework/taps/blob/master/POUFs/reference-POUF/pouf1.md),
5052
for the reference implementation, is up-to-date

0 commit comments

Comments
 (0)