load [ConfirmRelease] last, so all pre-release checks happen before prompting
[p5sagit/Object-Tap.git] / dist.ini
index 5849420..3a29368 100644 (file)
--- 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