diff --git a/doc/release-process.md b/doc/release-process.md index 221da92d0d5185..86f7d27c44f471 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -176,7 +176,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 ```