From 0eba871a6a2c654c4ad8ffa8845742492e9b3871 Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 9 Feb 2023 11:49:45 +0000 Subject: [PATCH] Update 'doc/release-process.md' --- doc/release-process.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 4c706bd18..af640f4f2 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -56,7 +56,10 @@ Install deps on Linux: apt-get install help2man debchange ## Release process - + - If new seeds are being added or seeds are changing: + - Edit contrib/seeds/nodes_main.txt + - Run "make seeds" + - Commit the result - Update version in configure.ac and src/clientversion.h to update the hushd version - In src/clientversion.h you update `CLIENT_VERSION_*` variables. Usually you will just update `CLIENT_VERSION_REVISION` - If there is a consensus change, it may be a good idea to update `CLIENT_VERSION_MINOR` or `CLIENT_VERSION_MAJOR`