Skip to content

Commit

Permalink
more release tests; use Git plugin to manage releases
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Apr 23, 2012
1 parent 8558573 commit 80bb9f1
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = MooseX-Method-Signatures
version = 0.41
author = Florian Ragwitz <rafl@debian.org>
author = Ash Berlin <ash@cpan.org>
author = Cory Watson <gphat@cpan.org>
Expand Down Expand Up @@ -34,6 +33,33 @@ Module::Runtime = 0.012
; to something in E.C.
Eval::Closure = 0

; version is taken from the last git tag, plus 1.
; override with the V environment variable.
[Git::NextVersion]

[Test::Compile]
[Test::MinimumVersion]
[Test::CPAN::Changes]
[Test::ChangesHasContent]

[Test::CheckDeps]
version = 0.003
fatal = 1

[Git::Remote::Check]
remote_branch = master

[Git::Check]
allow_dirty =

[NextRelease]
format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d

[Git::Commit]
allow-dirty = Changes
commit_msg = %N-%v%t%n%n%c

[Git::Tag]
tag_message = v%v%t

[Git::Push]

0 comments on commit 80bb9f1

Please sign in to comment.