]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
be sure to write correct version to Changes
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 12 Mar 2017 01:31:43 +0000 (18:31 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 12 Mar 2017 01:31:43 +0000 (18:31 -0700)
lib/Dist/Zilla/PluginBundle/Author/CCM.pm

index fd3da4643a684e0514ca7b9b8c643ca85f7d9ba8..7a51fd85ad2a739cf453bca0e582264e54415bb4 100644 (file)
@@ -13,7 +13,6 @@ You probably don't want to use this.
 
     ; VERSION
     [Git::NextVersion]
 
     ; VERSION
     [Git::NextVersion]
-    [NextRelease]
     [ReversionOnRelease]
     prompt              = 1
 
     [ReversionOnRelease]
     prompt              = 1
 
@@ -92,6 +91,7 @@ You probably don't want to use this.
     [MakeMaker]                 ; override with the "installer" attribute
 
     ; RELEASE
     [MakeMaker]                 ; override with the "installer" attribute
 
     ; RELEASE
+    [NextRelease]
     [CheckChangesHasContent]
     [Git::Check]
     [RunExtraTests]
     [CheckChangesHasContent]
     [Git::Check]
     [RunExtraTests]
@@ -237,7 +237,6 @@ sub configure {
 
         # VERSION
         ['Git::NextVersion'],
 
         # VERSION
         ['Git::NextVersion'],
-        ['NextRelease'],
         ['ReversionOnRelease' => {prompt => 1}],
 
         # GATHER
         ['ReversionOnRelease' => {prompt => 1}],
 
         # GATHER
@@ -293,6 +292,7 @@ sub configure {
         $self->installer,     # e.g. MakeMaker
 
         # RELEASE
         $self->installer,     # e.g. MakeMaker
 
         # RELEASE
+        ['NextRelease'],
         ['CheckChangesHasContent'],
         ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}],
         ['RunExtraTests'],
         ['CheckChangesHasContent'],
         ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}],
         ['RunExtraTests'],
This page took 0.024315 seconds and 4 git commands to generate.