diff --git a/RELEASE_ENGINEERING.md b/RELEASE_ENGINEERING.md index 9e5c7ba9..f128de5a 100644 --- a/RELEASE_ENGINEERING.md +++ b/RELEASE_ENGINEERING.md @@ -45,6 +45,17 @@ Build Tasks Stable Releases =============== +Step 0. Test the software + +Run this command to run the unit and system tests: + +``` +make test +``` + +NOTE: The tests require pinentry-tty. On macOS with NIX this +can be installed via: `nix-env -i pinentry` + Marking the software to be "stable": Step 1. Update CHANGELOG.md