Files
hush3/doc/release-process.md
2019-12-15 20:45:56 -05:00

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

...