mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-08 03:59:18 +02:00
doc: Adjust commit message template for the guix.sigs repo
This commit is contained in:
parent
951850bebf
commit
fafade9c79
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user