@@ -133,15 +133,22 @@ rm SHA256SUMS
133
133
Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spurious/nonsensical entry.
134
134
135
135
- Upload zips and installers, as well as ` SHA256SUMS.asc ` from last step, to the bitcoin.org server
136
+ into ` /var/www/bin/bitcoin-core-${VERSION} `
136
137
137
138
- Update bitcoin.org version
138
139
139
- - Make a pull request to add a file named ` YYYY-MM-DD-vX.Y.Z.md ` with the release notes
140
- to https://github.com/bitcoin/bitcoin.org/tree/master/_releases
141
- ([ Example for 0.9.2.1] ( https://raw.githubusercontent.com/bitcoin/bitcoin.org/master/_releases/2014-06-19-v0.9.2.1.md ) ).
140
+ - First, check to see if the Bitcoin.org maintainers have prepared a
141
+ release: https://github.com/bitcoin/bitcoin.org/labels/Releases
142
142
143
- - After the pull request is merged, the website will automatically show the newest version, as well
144
- as update the OS download links. Ping Saivann in case anything goes wrong
143
+ - If they have, it will have previously failed their Travis CI
144
+ checks because the final release files weren't uploaded.
145
+ Trigger a Travis CI rebuild---if it passes, merge.
146
+
147
+ - If they have not prepared a release, follow the Bitcoin.org release
148
+ instructions: https://github.com/bitcoin/bitcoin.org#release-notes
149
+
150
+ - After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well
151
+ as update the OS download links. Ping @saivann /@harding (saivann/harding on Freenode) in case anything goes wrong
145
152
146
153
- Announce the release:
147
154
0 commit comments