mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
doc: Swap gen-manpages and update RC steps in release process
This commit is contained in:
parent
42c202893b
commit
87f54060ff
@ -6,13 +6,14 @@ Release Process
|
|||||||
### Before every release candidate
|
### Before every release candidate
|
||||||
|
|
||||||
* Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
|
* Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
|
||||||
* Update manpages, see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy).
|
|
||||||
* Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`).
|
* Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`).
|
||||||
|
* Update manpages (after rebuilding the binaries), see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy).
|
||||||
|
|
||||||
### Before every major and minor release
|
### Before every major and minor release
|
||||||
|
|
||||||
* Update [bips.md](bips.md) to account for changes since the last release (don't forget to bump the version number on the first line).
|
* Update [bips.md](bips.md) to account for changes since the last release (don't forget to bump the version number on the first line).
|
||||||
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_RC` to `0`).
|
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_RC` to `0`).
|
||||||
|
* Update manpages (see previous section)
|
||||||
* Write release notes (see "Write the release notes" below).
|
* Write release notes (see "Write the release notes" below).
|
||||||
|
|
||||||
### Before every major release
|
### Before every major release
|
||||||
|
Loading…
Reference in New Issue
Block a user