Skip to content

Commit 75a4bf6

Browse files
committed
Update release-process.md to include RC version bumping
1 parent 04b0bc7 commit 75a4bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/release-process.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Before every release candidate:
66
* Update translations (ping wumpus on IRC) see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
77

88
* Update manpages, see [gen-manpages.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagessh).
9+
* Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`)
910

1011
Before every minor and major release:
1112

1213
* Update [bips.md](bips.md) to account for changes since the last release.
13-
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`)
14+
* 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`)
1415
* Write release notes (see below)
1516
* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.
1617
* Update `src/chainparams.cpp` defaultAssumeValid with information from the getblockhash rpc.

0 commit comments

Comments
 (0)