diff options
| author | MarcoFalke <[email protected]> | 2018-07-17 15:53:12 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-17 15:44:08 -0400 |
| commit | fa7f8a7769a4acf4368c9d59b852065a9596a079 (patch) | |
| tree | c246fab8d5c783fd17dfc87ad08937ac60b9778a /doc/release-process.md | |
| parent | Merge #13623: Migrate gitian-build.sh to python (diff) | |
| download | discoin-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.md | 2 |
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 |