25 lines
376 B
Markdown
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
|
|
|
|
...
|