From b31c92e9d40e27265f4b3c2731f72dcb5b8d0056 Mon Sep 17 00:00:00 2001 From: "Soren L. Hansen" Date: Mon, 19 Apr 2021 09:49:35 -0700 Subject: [PATCH] Add a few more things to the release checklist --- release-checklist.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-checklist.md b/release-checklist.md index f7abc55..bcb0e56 100644 --- a/release-checklist.md +++ b/release-checklist.md @@ -1,4 +1,7 @@ * Check that the build works, duh. + * Check that "gotty bash" works and that it does not accept input. + * Check that "gotty -w bash" works and that it DOES accept input. + * Check that "gotty -w bash" works and that it DOES accept input. * Check that cross-compilation works. * Ensure NEWS is up-to-date * Ensure contributor list is up-to-date