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:
136
136
``` sh
137
137
pushd ./guix.sigs
138
138
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 "
140
140
git push # Assuming you can push to the guix.sigs tree
141
141
popd
142
142
```
@@ -189,7 +189,7 @@ Commit your signature for the signed macOS/Windows binaries:
189
189
``` sh
190
190
pushd ./guix.sigs
191
191
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 "
193
193
git push # Assuming you can push to the guix.sigs tree
194
194
popd
195
195
```
You can’t perform that action at this time.
0 commit comments