Skip to content

Commit 87f5406

Browse files
committed
doc: Swap gen-manpages and update RC steps in release process
1 parent 42c2028 commit 87f5406

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,13 +6,14 @@ Release Process
66
### Before every release candidate
77

88
* Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
9-
* Update manpages, see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy).
109
* Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`).
10+
* Update manpages (after rebuilding the binaries), see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy).
1111

1212
### Before every major and minor release
1313

1414
* 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).
1515
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_RC` to `0`).
16+
* Update manpages (see previous section)
1617
* Write release notes (see "Write the release notes" below).
1718

1819
### Before every major release

0 commit comments

Comments
 (0)