diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-03 08:12:18 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-03 08:14:13 +0200 |
| commit | a793fcabede2f5e57698a86b00c7d1aac1971bfd (patch) | |
| tree | 7251e8531bef734cca8979a94c704b856bfbc134 | |
| parent | Clarify error message when invalid -rpcallowip (diff) | |
| parent | Fix formatting in release-process.md (diff) | |
| download | discoin-a793fcabede2f5e57698a86b00c7d1aac1971bfd.tar.xz discoin-a793fcabede2f5e57698a86b00c7d1aac1971bfd.zip | |
Merge pull request #4454
9d5ad71 Fix formatting in release-process.md (Michael Ford)
| -rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 324b8c43a..c58838141 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -23,7 +23,7 @@ Release Process * * * -##perform gitian builds +###perform gitian builds From a directory containing the bitcoin source, gitian-builder and gitian.sigs @@ -34,7 +34,7 @@ Release Process popd pushd ./gitian-builder - ###Fetch and build inputs: (first time, or when dependency versions change) +###fetch and build inputs: (first time, or when dependency versions change) mkdir -p inputs; cd inputs/ |