File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Commit your signature to guix.sigs:
136136``` sh
137137pushd ./guix.sigs
138138git 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 "
140140git push # Assuming you can push to the guix.sigs tree
141141popd
142142```
@@ -189,7 +189,7 @@ Commit your signature for the signed macOS/Windows binaries:
189189``` sh
190190pushd ./guix.sigs
191191git 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 "
193193git push # Assuming you can push to the guix.sigs tree
194194popd
195195```
You can’t perform that action at this time.
0 commit comments