aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorjosibake <josibake@protonmail.com>2021-12-22 17:00:57 +0100
committerjosibake <josibake@protonmail.com>2022-05-04 20:45:49 +0200
commit970b9987ad5bcb72e581c40a7cdd408d94a48c81 (patch)
tree812d8163c0ae29f9acc0e175b53c992cd99e179e /doc/release-process.md
parent50635d27b45d125b6264ac2abfbd6a1129c7228f (diff)
downloadbitcoin-970b9987ad5bcb72e581c40a7cdd408d94a48c81.tar.xz
doc: update devtools, release-process readmes
include running `gen-bitcoin-conf.sh` as part of the release process.
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 2f3a163a8e..03cea6f194 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -8,6 +8,7 @@ Release Process
* Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations).
* 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).
+* Update bitcoin.conf and commit, see [gen-bitcoin-conf.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-bitcoin-confsh).
### Before every major and minor release