diff options
| author | Andrew Chow <[email protected]> | 2018-11-01 11:32:18 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2018-11-01 11:32:18 -0400 |
| commit | 75a4bf699fa6bdefa1b3d8cd405ea822d6ee01c0 (patch) | |
| tree | 81c4c047e931c3cb0d029a388d6a9299999db15c /doc/release-process.md | |
| parent | build: include rc number in version number (diff) | |
| download | discoin-75a4bf699fa6bdefa1b3d8cd405ea822d6ee01c0.tar.xz discoin-75a4bf699fa6bdefa1b3d8cd405ea822d6ee01c0.zip | |
Update release-process.md to include RC version bumping
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index f2fe44c8b..dafb32512 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. |