From 7614164d49ee6f5f67f141f5d0acb9c69e7ea83b Mon Sep 17 00:00:00 2001 From: "W. J. van der Laan" Date: Tue, 20 Jul 2021 20:34:17 +0200 Subject: [PATCH] Merge bitcoin/bitcoin#22507: doc: Adjust commit message template for the guix.sigs repo fafade9c79f55c186c1938ce3e27077d12dee6c5 doc: Adjust commit message template for the guix.sigs repo (MarcoFalke) Pull request description: Seems to be the most common template used, so adjust this here, too. ACKs for top commit: laanwj: ACK fafade9c79f55c186c1938ce3e27077d12dee6c5 hebasto: re-ACK fafade9c79f55c186c1938ce3e27077d12dee6c5 Tree-SHA512: 20477d14ecfad94f3b28b94786a4c0d98df539360d0c1deefa94766064a7d0700c849e54d6b251f922e135fcfa964ada0c724090f7f92b459ea39f7c3ca8c65d --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 6089e43eab1482..4c057d9c88896c 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -178,7 +178,7 @@ Commit your signature for the signed macOS/Windows binaries: ```sh pushd ./guix.sigs git add "${VERSION}/${SIGNER}"/all.SHA256SUMS{,.asc} -git commit -m "Add ${SIGNER} ${VERSION} signed binaries signatures" +git commit -m "Add attestations by ${SIGNER} for ${VERSION} codesigned" git push # Assuming you can push to the guix.sigs tree popd ```