Browse Source

Update 'doc/release-process.md'

pull/201/head
Duke Leto 2 years ago
parent
commit
4ae1d47aec
  1. 1
      doc/release-process.md

1
doc/release-process.md

@ -62,6 +62,7 @@ Install deps on Linux:
- 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 ./contrib/devtools/gen-manpages.sh, commit + push results
- PROTIP: Man page creation must be done after updating the version number and recompiling and before Debian package creation
- Update checkpoints in src/chainparams.cpp via contrib/checkpoints.pl
- checkpoints.pl will just generate the data you need, it must be manually copied into the correct place
- Checkpoint are a list of block heights and block hashes that tell a full node the correct block history of the blockchain

Loading…
Cancel
Save