You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-process.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ Before every release candidate:
6
6
* Update translations (ping wumpus on IRC) see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
7
7
8
8
* 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`)
9
10
10
11
Before every minor and major release:
11
12
12
13
* 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`)
14
15
* Write release notes (see below)
15
16
* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.
16
17
* Update `src/chainparams.cpp` defaultAssumeValid with information from the getblockhash rpc.
0 commit comments