From 49606c19f7be94618f4e6b1e2659e480956b0290 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 19 Dec 2018 14:20:19 -0500 Subject: [PATCH] Update RELEASE_ENGINEERING.md --- RELEASE_ENGINEERING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_ENGINEERING.md b/RELEASE_ENGINEERING.md index a3cb28e..cb11291 100644 --- a/RELEASE_ENGINEERING.md +++ b/RELEASE_ENGINEERING.md @@ -25,6 +25,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