aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2013-03-17 12:33:11 -0500
committerpmichaud <pmichaud@pobox.com>2013-03-17 12:33:11 -0500
commit1e25cddd83d1be4a186be230b399d5434f4a6b02 (patch)
tree7f2193327ce8437ef3c1b350d82ec8443a5b691e
parentd0e0a2e31b7eb7c85b188c79a70e48f7d81aa0d7 (diff)
Update release-guide to stop release process (and file tickets) if tests do not pass.
-rw-r--r--tools/star/release-guide.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index efb2864..4cafd3e 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -111,8 +111,11 @@ Unpack the tarball somewhere else, and do a test build/install:
$ make rakudo-spectest
$ make modules-test
-If anything is wrong, do your best to fix it and then return to
-step 8 above.
+If there are failures in any of rakudo-test, rakudo-spectest, or
+modules-test, then do your best to fix them and return to step 8.
+If you're unable to fix any errors, then STOP the release process
+and DO NOT issue a release yet. File issue tickets
+(https://github.com/rakudo/star/issues) for the failing tests.
=item 11.