Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
426 B

# 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
...