Browse Source

Document updating hushd version

pull/199/head
Duke Leto 2 years ago
parent
commit
95f6a14ac3
  1. 7
      doc/release-process.md

7
doc/release-process.md

@ -50,7 +50,12 @@ Install deps on Linux:
## Release process
- Update version in configure.ac and src/clientversion.h
- 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`
- 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
- Update checkpoints
- Run ./contrib/devtools/gen-manpages.sh, commit + push results
- Update checkpoints

Loading…
Cancel
Save