aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-07-17 15:53:12 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-07-17 15:44:08 -0400
commitfa7f8a7769a4acf4368c9d59b852065a9596a079 (patch)
treec246fab8d5c783fd17dfc87ad08937ac60b9778a /doc/release-process.md
parent9cdb19fe6717b1003e01d997c096fb4ab534aa03 (diff)
downloadbitcoin-fa7f8a7769a4acf4368c9d59b852065a9596a079.tar.xz
contrib: Clone core repo in gitian-build
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 912b620794..f3fc4bdfdc 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -157,7 +157,7 @@ Commit your signature to gitian.sigs:
git add ${VERSION}-linux/"${SIGNER}"
git add ${VERSION}-win-unsigned/"${SIGNER}"
git add ${VERSION}-osx-unsigned/"${SIGNER}"
- git commit -a
+ git commit -m "Add ${VERSION} unsigned sigs for ${SIGNER}"
git push # Assuming you can push to the gitian.sigs tree
popd