aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2018-11-01 11:32:18 -0400
committerAndrew Chow <achow101-github@achow101.com>2018-11-01 11:32:18 -0400
commit75a4bf699fa6bdefa1b3d8cd405ea822d6ee01c0 (patch)
tree81c4c047e931c3cb0d029a388d6a9299999db15c /doc/release-process.md
parent04b0bc7425e43de90856beeb1f33653db109fecd (diff)
downloadbitcoin-75a4bf699fa6bdefa1b3d8cd405ea822d6ee01c0.tar.xz
Update release-process.md to include RC version bumping
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index f2fe44c8bf..dafb32512a 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -6,11 +6,12 @@ Before every release candidate:
* Update translations (ping wumpus on IRC) see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
* Update manpages, see [gen-manpages.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagessh).
+* Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`)
Before every minor and major release:
* Update [bips.md](bips.md) to account for changes since the last release.
-* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`)
+* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`) (don't forget to set `CLIENT_VERSION_RC` to `0`)
* Write release notes (see below)
* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.
* Update `src/chainparams.cpp` defaultAssumeValid with information from the getblockhash rpc.