27 lines
426 B
Markdown
27 lines
426 B
Markdown
# Hush Release Process
|
|
|
|
## Pre-release
|
|
|
|
### Github Issues
|
|
|
|
Looks for Github issues that should be fixed in the next release.
|
|
|
|
### Pre-release checklist:
|
|
|
|
...
|
|
|
|
### Protocol Safety Checks:
|
|
|
|
## Release dependencies
|
|
|
|
Instal deps on Linxu:
|
|
|
|
apt-get install help2man debchange
|
|
|
|
You can optionally install the `progressbar2` Python module with pip to have a
|
|
progress bar displayed during the build process.
|
|
|
|
## Release process
|
|
|
|
...
|