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`