diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-07-20 16:54:42 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-07-20 17:49:44 +0200 |
commit | fafade9c79f55c186c1938ce3e27077d12dee6c5 (patch) | |
tree | 95eb811319c24258170af3e9a0fb66c3e60ae35f /doc/release-process.md | |
parent | 951850bebfde0949c85aaffda1573face5d18c23 (diff) |
doc: Adjust commit message template for the guix.sigs repo
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 0ac67b9146..e375ae976a 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -136,7 +136,7 @@ Commit your signature to guix.sigs: ```sh pushd ./guix.sigs git add "${VERSION}/${SIGNER}"/noncodesigned.SHA256SUMS{,.asc} -git commit -m "Add ${VERSION} unsigned sigs for ${SIGNER}" +git commit -m "Add attestations by ${SIGNER} for ${VERSION} non-codesigned" git push # Assuming you can push to the guix.sigs tree popd ``` @@ -189,7 +189,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 ``` |