]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
Release Dist-Zilla-PluginBundle-Author-CCM 0.002 v0.002
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 26 Nov 2016 05:13:19 +0000 (22:13 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 26 Nov 2016 05:13:19 +0000 (22:13 -0700)
  * Add DZIL_NO_UPLOAD to enable no_upload mode
  * Only rewrite repo README on release
  * Use RunExtraTests instead of ExtraTests
  * Use Bootstrap::lib
  * Require Dist::Zilla 5.038 (for :ExtraTestFiles)

Changes
README.md

diff --git a/Changes b/Changes
index a3ae43c1ce347634882a8a52faf1ea7043fca456..3d25d8414e6297c91557cd7bb5f71b57b64cf858 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for Dist-Zilla-PluginBundle-Author-CCM.
 
 {{$NEXT}}
 
+0.002     2016-11-25 22:12:27-07:00 MST7MDT
+
+  * Add DZIL_NO_UPLOAD to enable no_upload mode
+  * Only rewrite repo README on release
+  * Use RunExtraTests instead of ExtraTests
+  * Use Bootstrap::lib
+  * Require Dist::Zilla 5.038 (for :ExtraTestFiles)
+
 0.001     2016-11-25 18:28:13-07:00 MST7MDT
 
   * Initial version
index 927a5f1908f48f20a9b9648286d90524787f8bac..710d971de3658f74f8fe01f147b0f8df40063d25 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built
 
 # VERSION
 
-version 0.001
+version 0.002
 
 # SYNOPSIS
 
@@ -21,9 +21,6 @@ You probably don't want to use this.
     [ReversionOnRelease]
     prompt              = 1
 
-    [ExecDir]
-    [ExtraTests]
-
     ; GATHER
     [Git::GatherDir]
     exclude_filename    = LICENSE
@@ -34,6 +31,7 @@ You probably don't want to use this.
 
     [CopyFilesFromBuild]
     copy                = LICENSE
+    [ExecDir]
 
     ; PREREQS
     [AutoPrereqs]
@@ -83,6 +81,7 @@ You probably don't want to use this.
     filename            = README.md
     locaton             = root
     type                = markdown
+    phase               = release
     [ReadmeAnyFromPod]
     filename            = README
     location            = build
@@ -96,6 +95,7 @@ You probably don't want to use this.
     ; RELEASE
     [CheckChangesHasContent]
     [Git::Check]
+    [RunExtraTests]
     [TestRelease]
     [ConfirmRelease]
     [UploadToCPAN]              ; disable with the "no_upload" attribute
@@ -126,7 +126,7 @@ Disable plugins that use the network, and prevent releasing.
 
 ## no\_upload
 
-Do not upload to CPAN.
+Do not upload to CPAN or git push.
 
 # METHODS
 
This page took 0.021709 seconds and 4 git commands to generate.