From: Charles McGarvey Date: Sun, 12 Mar 2017 01:31:43 +0000 (-0700) Subject: be sure to write correct version to Changes X-Git-Tag: v0.007~1 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=commitdiff_plain;h=5081d19e826a72236ef02b36ee4f205c0d0cc308;ds=sidebyside be sure to write correct version to Changes --- diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index fd3da46..7a51fd8 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm @@ -13,7 +13,6 @@ You probably don't want to use this. ; VERSION [Git::NextVersion] - [NextRelease] [ReversionOnRelease] prompt = 1 @@ -92,6 +91,7 @@ You probably don't want to use this. [MakeMaker] ; override with the "installer" attribute ; RELEASE + [NextRelease] [CheckChangesHasContent] [Git::Check] [RunExtraTests] @@ -237,7 +237,6 @@ sub configure { # VERSION ['Git::NextVersion'], - ['NextRelease'], ['ReversionOnRelease' => {prompt => 1}], # GATHER @@ -293,6 +292,7 @@ sub configure { $self->installer, # e.g. MakeMaker # RELEASE + ['NextRelease'], ['CheckChangesHasContent'], ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}], ['RunExtraTests'],