aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-19 16:54:35 +0100
committerfanquake <fanquake@gmail.com>2023-07-25 11:54:02 +0100
commit5555ecb80ecc1373bc78b3029d1ee33183a9cdc0 (patch)
tree864037b30c654b00d1e89b926ab4a6b441e093d3
parente35fb7bc48d360585b80d0c7f89ac5087c1d405e (diff)
downloadbitcoin-5555ecb80ecc1373bc78b3029d1ee33183a9cdc0.tar.xz
doc: remove note to update bips.md version number
It has been removed from the file.
-rw-r--r--doc/release-process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 930110922c..089203905d 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -12,7 +12,7 @@ Release Process
### 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.
* 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).