aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-07-17 15:53:12 -0400
committerMarcoFalke <[email protected]>2018-07-17 15:44:08 -0400
commitfa7f8a7769a4acf4368c9d59b852065a9596a079 (patch)
treec246fab8d5c783fd17dfc87ad08937ac60b9778a /doc/release-process.md
parentMerge #13623: Migrate gitian-build.sh to python (diff)
downloaddiscoin-fa7f8a7769a4acf4368c9d59b852065a9596a079.tar.xz
discoin-fa7f8a7769a4acf4368c9d59b852065a9596a079.zip
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 912b62079..f3fc4bdfd 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