diff options
author | fanquake <fanquake@gmail.com> | 2023-05-19 16:54:35 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-07-25 11:54:02 +0100 |
commit | 5555ecb80ecc1373bc78b3029d1ee33183a9cdc0 (patch) | |
tree | 864037b30c654b00d1e89b926ab4a6b441e093d3 | |
parent | e35fb7bc48d360585b80d0c7f89ac5087c1d405e (diff) |
doc: remove note to update bips.md version number
It has been removed from the file.
-rw-r--r-- | doc/release-process.md | 2 |
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). |