From 6fe4b30deeb18762d0bc323bd5d4bd2f87e6b3c9 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 19 Sep 2025 13:20:29 -0700 Subject: [PATCH 1/3] Correct release notes re: annotation --- RELEASE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5d45a46..32afe4b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -37,10 +37,10 @@ Example `version number` - Tag the release in git: - git tag -a -s v${VERSION} -m "signed ${VERSION} tag" + git tag -s v${VERSION} -m "signed ${VERSION} tag" - If you do not have a gpg key, use -u instead; it is important for - Debian packaging that the tags are annotated + If you do not have a gpg key, use -a instead; it is important for + Debian packaging that the tags are annotated. - Push the new meta-data to github: From 0f4f50508ff2c2a60cf0f5c6ac40abe781c12b1e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 19 Sep 2025 20:21:01 -0700 Subject: [PATCH 2/3] Update RELEASE.md Co-authored-by: Jarrod Millman --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 32afe4b..b3807da 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -39,8 +39,8 @@ Example `version number` git tag -s v${VERSION} -m "signed ${VERSION} tag" - If you do not have a gpg key, use -a instead; it is important for - Debian packaging that the tags are annotated. + (If you do not have a GPG key, follow the tutorial to set it up: + https://help.github.com/articles/signing-commits-with-gpg/) - Push the new meta-data to github: From cb7468458deeea64208b00e138624f38a7db114c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 03:22:22 +0000 Subject: [PATCH 3/3] =?UTF-8?q?'[pre-commit.ci=20=F0=9F=A4=96]=20Apply=20c?= =?UTF-8?q?ode=20format=20tools=20to=20PR'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b3807da..9298dd2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -40,7 +40,7 @@ Example `version number` git tag -s v${VERSION} -m "signed ${VERSION} tag" (If you do not have a GPG key, follow the tutorial to set it up: - https://help.github.com/articles/signing-commits-with-gpg/) + https://help.github.com/articles/signing-commits-with-gpg/) - Push the new meta-data to github: