From 04916cdf5761b02a18138723fdac4c46425ebedc Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 2 Mar 2026 11:43:31 -0500 Subject: [PATCH] update release process doc --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 763d59a4a..3d1390d9a 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -71,7 +71,7 @@ Install deps on Linux: - To make a pre-release "beta" you can modify `CLIENT_VERSION_BUILD` but that is rarely done in Hush world. - A `CLIENT_VERSION_BUILD` of 50 means "actual non-beta release" - Make sure to keep the values in configure.ac and src/clientversion.h the same. The variables are prefixed wth an underscore in configure.ac - - Run `make manpages`, commit + push results + - Run `./util/gen-manpages.sh`, commit + push results - hushd must be running so the script can automatically get the correct version number - There is a hack in the script where you can hardcode a version number if hushd isn't running. - Comment out the HUSHVER line and uncomment the line above it with a hardcoded version number