From: Karen Etheridge Date: Sat, 8 Aug 2015 18:58:25 +0000 (-0700) Subject: load [ConfirmRelease] last, so all pre-release checks happen before prompting X-Git-Tag: v1.000006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FObject-Tap.git;a=commitdiff_plain;h=fa439824044543d4eec0cc1c1697520118624e30 load [ConfirmRelease] last, so all pre-release checks happen before prompting --- diff --git a/dist.ini b/dist.ini index 5849420..3a29368 100644 --- a/dist.ini +++ b/dist.ini @@ -42,7 +42,6 @@ release_branch = master branch = master remote_branch = master -[ConfirmRelease] [UploadToCPAN] [Git::Tag] @@ -57,3 +56,5 @@ allow_dirty_match = ^lib/.*\.pm$ commit_msg = increment $VERSION after %v release [Git::Push] + +[ConfirmRelease] ; loaded last, to allow all other before-release checks to run first