Browse Source

doc: Add note-to-self about SHA256SUMS to release-process.md

0.13
Wladimir J. van der Laan 10 years ago
parent
commit
a77021a763
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      doc/release-process.md

1
doc/release-process.md

@ -130,6 +130,7 @@ gpg --digest-algo sha256 --clearsign SHA256SUMS # outputs SHA256SUMS.asc @@ -130,6 +130,7 @@ gpg --digest-algo sha256 --clearsign SHA256SUMS # outputs SHA256SUMS.asc
rm SHA256SUMS
```
(the digest algorithm is forced to sha256 to avoid confusion of the `Hash:` header that GPG adds with the SHA256 used for the files)
Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spurious/nonsensical entry.
- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the bitcoin.org server

Loading…
Cancel
Save