From 1d18bd3b9c952217ccf4e164cc638152d379252b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2012 14:23:07 -0600 Subject: start using Git::Commit --- lib/Dist/Zilla/PluginBundle/DOY.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index c08f6af..bfbac4a 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -128,6 +128,7 @@ has _plugins => ( Test::Compile Repository Git::Check + Git::Commit Git::Tag Git::NextVersion ), @@ -155,6 +156,9 @@ has plugin_options => ( version_regexp => '^(\d+\.\d+)$', first_version => '0.01' }, + 'Git::Commit' => { + commit_msg => 'changelog', + }, ); for my $option (keys %{ $self->payload }) { -- cgit v1.2.3-54-g00ecf