From 01e06cb9c2ec2cf35841350ea042eeaf0df8008e Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sat, 11 Mar 2017 18:34:14 -0700 Subject: [PATCH] Version 0.007 --- Changes | 4 ++++ MANIFEST | 2 +- META.json | 10 +++++----- META.yml | 10 +++++----- Makefile.PL | 4 ++-- README | 4 ++-- lib/Dist/Zilla/PluginBundle/Author/CCM.pm | 8 ++++---- lib/Pod/Weaver/PluginBundle/Author/CCM.pm | 4 ++-- 8 files changed, 25 insertions(+), 21 deletions(-) diff --git a/Changes b/Changes index dbee4f7..1a181e9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Dist-Zilla-PluginBundle-Author-CCM. +0.007 2017-03-11 18:33:58-07:00 MST7MDT + + * Prevent writing wrong version to Changes + 0.006 2016-11-28 02:08:07-07:00 MST7MDT * Work around a bug in DZP::TravisYML diff --git a/MANIFEST b/MANIFEST index a00f8ea..f43d55b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009. .travis.yml Changes LICENSE diff --git a/META.json b/META.json index 0e7b6b0..b5413ad 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Charles McGarvey " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005", "keywords" : [ "dzil", "author", @@ -160,11 +160,11 @@ "provides" : { "Dist::Zilla::PluginBundle::Author::CCM" : { "file" : "lib/Dist/Zilla/PluginBundle/Author/CCM.pm", - "version" : "0.006" + "version" : "0.007" }, "Pod::Weaver::PluginBundle::Author::CCM" : { "file" : "lib/Pod/Weaver/PluginBundle/Author/CCM.pm", - "version" : "0.006" + "version" : "0.007" } }, "release_status" : "stable", @@ -179,8 +179,8 @@ "web" : "https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM" } }, - "version" : "0.006", + "version" : "0.007", "x_authority" : "cpan:CCM", - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0224" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225" } diff --git a/META.yml b/META.yml index 39598ec..54df02d 100644 --- a/META.yml +++ b/META.yml @@ -12,7 +12,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005' keywords: - dzil - author @@ -34,10 +34,10 @@ no_index: provides: Dist::Zilla::PluginBundle::Author::CCM: file: lib/Dist/Zilla/PluginBundle/Author/CCM.pm - version: '0.006' + version: '0.007' Pod::Weaver::PluginBundle::Author::CCM: file: lib/Pod/Weaver/PluginBundle/Author/CCM.pm - version: '0.006' + version: '0.007' recommends: Dist::Zilla::Plugin::FakeRelease: '0' Dist::Zilla::Plugin::Prereqs::FromCPANfile: '0' @@ -124,6 +124,6 @@ resources: bugtracker: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues homepage: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM repository: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM.git -version: '0.006' +version: '0.007' x_authority: cpan:CCM -x_serialization_backend: 'YAML::Tiny version 1.69' +x_serialization_backend: 'YAML::Tiny version 1.70' diff --git a/Makefile.PL b/Makefile.PL index 1db97e6..db0d657 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009. use strict; use warnings; @@ -103,7 +103,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "blib" => "1.01" }, - "VERSION" => "0.006", + "VERSION" => "0.007", "test" => { "TESTS" => "t/*.t" } diff --git a/README b/README index 00a0d94..31cf3f1 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ NAME VERSION - version 0.006 + version 0.007 SYNOPSIS @@ -18,7 +18,6 @@ DESCRIPTION ; VERSION [Git::NextVersion] - [NextRelease] [ReversionOnRelease] prompt = 1 @@ -97,6 +96,7 @@ DESCRIPTION [MakeMaker] ; override with the "installer" attribute ; RELEASE + [NextRelease] [CheckChangesHasContent] [Git::Check] [RunExtraTests] diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index 65eb1a3..5105692 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm @@ -7,7 +7,7 @@ use 5.014; use warnings; use strict; -our $VERSION = '0.006'; # VERSION +our $VERSION = '0.007'; # VERSION use Dist::Zilla::Util; use Moose; @@ -93,7 +93,6 @@ sub configure { # VERSION ['Git::NextVersion'], - ['NextRelease'], ['ReversionOnRelease' => {prompt => 1}], # GATHER @@ -149,6 +148,7 @@ sub configure { $self->installer, # e.g. MakeMaker # RELEASE + ['NextRelease'], ['CheckChangesHasContent'], ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}], ['RunExtraTests'], @@ -193,7 +193,7 @@ Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built =head1 VERSION -version 0.006 +version 0.007 =head1 SYNOPSIS @@ -206,7 +206,6 @@ You probably don't want to use this. ; VERSION [Git::NextVersion] - [NextRelease] [ReversionOnRelease] prompt = 1 @@ -285,6 +284,7 @@ You probably don't want to use this. [MakeMaker] ; override with the "installer" attribute ; RELEASE + [NextRelease] [CheckChangesHasContent] [Git::Check] [RunExtraTests] diff --git a/lib/Pod/Weaver/PluginBundle/Author/CCM.pm b/lib/Pod/Weaver/PluginBundle/Author/CCM.pm index 1a8459e..9c7491b 100644 --- a/lib/Pod/Weaver/PluginBundle/Author/CCM.pm +++ b/lib/Pod/Weaver/PluginBundle/Author/CCM.pm @@ -6,7 +6,7 @@ use 5.008; use warnings; use strict; -our $VERSION = '0.006'; # VERSION +our $VERSION = '0.007'; # VERSION use Pod::Weaver::Config::Assembler; use namespace::autoclean; @@ -105,7 +105,7 @@ Pod::Weaver::PluginBundle::Author::CCM - A plugin bundle for pod woven by CCM =head1 VERSION -version 0.006 +version 0.007 =head1 SYNOPSIS -- 2.44.0