Files
hush3/doc/release-process.md
2020-11-14 18:21:07 -05:00

25 lines
376 B
Markdown

# Hush Release Process
## Pre-release
### Git Issues
Look for Git issues that should be fixed in the next release.
### Pre-release checklist:
* Is this release changing consensus rules?
### Protocol Safety Checks:
* Does MIN_PROTO_VERSION need to change?
## Release dependencies
Install deps on Linux:
apt-get install help2man debchange
## Release process
...