Skip to content

Commit fafade9

Browse files
author
MarcoFalke
committed
doc: Adjust commit message template for the guix.sigs repo
1 parent 951850b commit fafade9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Commit your signature to guix.sigs:
136136
```sh
137137
pushd ./guix.sigs
138138
git add "${VERSION}/${SIGNER}"/noncodesigned.SHA256SUMS{,.asc}
139-
git commit -m "Add ${VERSION} unsigned sigs for ${SIGNER}"
139+
git commit -m "Add attestations by ${SIGNER} for ${VERSION} non-codesigned"
140140
git push # Assuming you can push to the guix.sigs tree
141141
popd
142142
```
@@ -189,7 +189,7 @@ Commit your signature for the signed macOS/Windows binaries:
189189
```sh
190190
pushd ./guix.sigs
191191
git add "${VERSION}/${SIGNER}"/all.SHA256SUMS{,.asc}
192-
git commit -m "Add ${SIGNER} ${VERSION} signed binaries signatures"
192+
git commit -m "Add attestations by ${SIGNER} for ${VERSION} codesigned"
193193
git push # Assuming you can push to the guix.sigs tree
194194
popd
195195
```

0 commit comments

Comments
 (0)