oops, PkgVersion was being applied twice
[gitmo/MooseX-Getopt.git] / dist.ini
index f7a1886..28f297c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -32,15 +32,32 @@ Test::Warn = 0.21
 Test::More = 0.88
 Test::Requires = 0.05
 Test::Trap = 0
+Path::Class = 0
+
+[InstallGuide]
+[MetaConfig]
+[MetaProvides::Package]
+[Git::Describe]
+[MinimumPerl]
 
 [Test::DistManifest]
 [Test::Compile]
 [Test::MinimumVersion]
 [MetaTests]
+; note: update Test::CPAN::Changes to 0.19 to not barf on -TRIAL releases
 [Test::CPAN::Changes]
+[Test::ChangesHasContent]
+
+[Git::Remote::Check]
+remote_branch = master
+
+[Git::CheckFor::CorrectBranch]
+; waiting for fix on tag formats
+;[Git::CheckFor::Fixups]
 
 [Git::Check]
-allow_dirty =
+; workaround for [@Git] bug
+allow_dirty = NOTHING
 
 ; automatically calculate the next version from the last git tag
 ; override with V=
@@ -48,14 +65,26 @@ allow_dirty =
 
 ; add the version to Changes
 [NextRelease]
-format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d
+:version = 4.300018
+format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
 
 ; after release, the version in Changes file will be committed
 ; with a message listing the changes for this release
 [Git::Commit]
-allow-dirty = Changes
+allow_dirty = Changes
 commit_msg = %N-%v%t%n%n%c
 
 ; ...and the resulting head commit will be tagged
 [Git::Tag]
+tag_format = v%v%t
 tag_message = v%v%t
+
+; ...and then pushed to the origin repository
+[Git::Push]
+
+; ...and installed locally
+[InstallRelease]
+install_command = cpanm .
+
+; ... and then we do 'dzil clean'
+[Clean]