From: Daiki Ueno Date: Thu, 15 Aug 2024 10:47:09 +0000 (+0900) Subject: release-steps: mention how to propose package update in Fedora [ci skip] X-Git-Tag: 3.8.8~19^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa52f047cabf596f25efeaf83a3447d52eb28a60;p=thirdparty%2Fgnutls.git release-steps: mention how to propose package update in Fedora [ci skip] Signed-off-by: Daiki Ueno --- diff --git a/devel/release-steps.md b/devel/release-steps.md index a17b5e2918..bce28ef99b 100644 --- a/devel/release-steps.md +++ b/devel/release-steps.md @@ -1,5 +1,7 @@ # Release process +## General steps + 1. Create a new 'milestone' for the next release and move all issues present in the current release milestone. 1. Verification of release notes: ensure that release notes @@ -48,6 +50,13 @@ 1. Optionally announce the release on the @GnuTLS twitter account. 1. Close the current release milestone. +## Distribution specific steps + +- To update Fedora, you can use the [packit](http://packit.dev/) tool + to submit pull-requests to the package repository. Install the tool + and run `packit propose-downstream . $VERSION` in the checkout + directory. + [abi-dump repository]: https://gitlab.com/gnutls/abi-dump [NEWS entry]: https://gitlab.com/gnutls/web-pages/-/tree/master/news-entries [security advisory entry]: https://gitlab.com/gnutls/web-pages/-/tree/master/security-entries