Skip to content

Commit

Permalink
doc: Adjust commit message template for the guix.sigs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jul 20, 2021
1 parent 951850b commit fafade9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit fafade9

Please sign in to comment.