From: Karen Etheridge Date: Sun, 23 Sep 2012 18:57:01 +0000 (-0700) Subject: more release-time checks and actions X-Git-Tag: v0.18~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=3a3937276e3a6ec0a6e7fe62c609b9cf61ece383 more release-time checks and actions --- diff --git a/dist.ini b/dist.ini index ea50689..9419a55 100644 --- a/dist.ini +++ b/dist.ini @@ -57,17 +57,31 @@ fatal = 1 [Git::Remote::Check] remote_branch = master +[Git::CheckFor::CorrectBranch] +:version = 0.004 +release_branch = master +release_branch = stable + [Git::CheckFor::Fixups] [Git::Check] allow_dirty = -[Git::CheckFor::CorrectBranch] -release_branch = master - [NextRelease] -format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d +:version = 4.300018 +format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U) [Git::Commit] +allow_dirty = Changes +commit_msg = %N-%v%t%n%n%c + [Git::Tag] +tag_format = v%v%t +tag_message = v%v%t + [Git::Push] + +[InstallRelease] +install_command = cpanm . + +[Clean]