do not release with unfetched changes; allow releasing only from the stable branch
[gitmo/Moose.git] / dist.ini
index 9fec6d3..b51da73 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -3,7 +3,10 @@ author  = Moose is maintained by the Moose Cabal, along with the help of many co
 license = Perl_5
 copyright_holder = Infinity Interactive, Inc.
 
-version = 2.0600
+version = 2.0800
+
+; This sets the required version of Dist::Zilla
+:version = 4.200016
 
 [=inc::RequireAuthorDeps]
 [=inc::Clean]
@@ -76,6 +79,7 @@ directory = benchmarks
 [NoTabsTests]
 
 [CheckChangesHasContent]
+[CheckPrereqsIndexed]
 
 [Prereqs]
 Carp                        = 1.22
@@ -129,6 +133,8 @@ Test::Memory::Cycle          = 0
 Test::Output                 = 0
 Test::Spelling               = 0
 URI                          = 0
+Test::Inline::Extract        = 0
+ExtUtils::MakeMaker::Dist::Zilla::Develop = 0
 
 [Prereqs / RuntimeRecommends]
 ; this needs to be installed *after*, since it deps on Moose
@@ -189,12 +195,20 @@ Test::Able                     = 0.10
 
 [=inc::CheckDelta]
 [=inc::GitUpToDate]
+
+[Git::Remote::Check]
+remote_branch = stable/2.08
+
+[Git::CheckFor::CorrectBranch]
+release_branch = stable/2.08
+
 [Git::Check]
 allow_dirty =
 
 [Git::Tag]
 tag_format = %v
-tag_message =
+tag_message = %v%t
 
 [Git::Commit]
-commit_msg = changelog
+allow_dirty = Changes
+commit_msg = changelog for %N-%v%t