diff options
author | David A. Harding <dave@dtrt.org> | 2015-04-03 07:51:31 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-03 07:51:31 +0200 |
commit | 2dc679d22f821d26a9f8a7eef6d095ef21d1b27c (patch) | |
tree | 3d0be2e44dc9aa004eacc496c3085a29070f56ac /doc | |
parent | 15facb4aca75122b6ae0dcc6f6e112127e6a0e59 (diff) |
Docs: Use new Bitcoin.org download URLs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 016090c594..5dad9bf5de 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -133,15 +133,22 @@ rm SHA256SUMS 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 + into `/var/www/bin/bitcoin-core-${VERSION}` - Update bitcoin.org version - - Make a pull request to add a file named `YYYY-MM-DD-vX.Y.Z.md` with the release notes - to https://github.com/bitcoin/bitcoin.org/tree/master/_releases - ([Example for 0.9.2.1](https://raw.githubusercontent.com/bitcoin/bitcoin.org/master/_releases/2014-06-19-v0.9.2.1.md)). + - First, check to see if the Bitcoin.org maintainers have prepared a + release: https://github.com/bitcoin/bitcoin.org/labels/Releases - - After the pull request is merged, the website will automatically show the newest version, as well - as update the OS download links. Ping Saivann in case anything goes wrong + - If they have, it will have previously failed their Travis CI + checks because the final release files weren't uploaded. + Trigger a Travis CI rebuild---if it passes, merge. + + - If they have not prepared a release, follow the Bitcoin.org release + instructions: https://github.com/bitcoin/bitcoin.org#release-notes + + - After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well + as update the OS download links. Ping @saivann/@harding (saivann/harding on Freenode) in case anything goes wrong - Announce the release: |