update release process doc
This commit is contained in:
@@ -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.
|
- 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"
|
- 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
|
- 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
|
- 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.
|
- 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
|
- Comment out the HUSHVER line and uncomment the line above it with a hardcoded version number
|
||||||
|
|||||||
Reference in New Issue
Block a user