[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.08-2-ge12226b
Kevin Falcone
falcone at bestpractical.com
Thu Mar 13 11:32:36 EDT 2014
The branch, master has been updated
via e12226bab59e79dd9def519fb22a93c365672213 (commit)
via 024052c9542edd19048e1a46f3aed2cca3bd5135 (commit)
from 7a1a3e83abb7b3d6f86c03cc2822a14daec41d00 (commit)
Summary of changes:
Changes | 3 +++
MANIFEST | 2 ++
META.yml | 2 +-
lib/Dist/Zilla/MintingProfile/RTx.pm | 2 +-
profiles/db/skel/Changes | 4 ++++
profiles/default/skel/Changes | 4 ++++
6 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 profiles/db/skel/Changes
create mode 100644 profiles/default/skel/Changes
- Log -----------------------------------------------------------------
commit 024052c9542edd19048e1a46f3aed2cca3bd5135
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Mar 13 11:15:54 2014 -0400
Add skeleton Changes file
This also points out that we can probably unify skel/ in a future
release, although it may lead to a bit of shenanigans in the share dir.
diff --git a/MANIFEST b/MANIFEST
index 24b5174..4d2f5d9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -15,10 +15,12 @@ MANIFEST This list of files
META.yml
profiles/db/Module.pm
profiles/db/profile.ini
+profiles/db/skel/Changes
profiles/db/skel/gitignore
profiles/db/skel/Makefile.PL
profiles/default/Module.pm
profiles/default/profile.ini
+profiles/default/skel/Changes
profiles/default/skel/gitignore
profiles/default/skel/Makefile.PL
README
diff --git a/profiles/db/skel/Changes b/profiles/db/skel/Changes
new file mode 100644
index 0000000..3cf3897
--- /dev/null
+++ b/profiles/db/skel/Changes
@@ -0,0 +1,4 @@
+Revision history for {{$dist->name}}
+
+0.01 [Release Date]
+ - Initial version
diff --git a/profiles/default/skel/Changes b/profiles/default/skel/Changes
new file mode 100644
index 0000000..3cf3897
--- /dev/null
+++ b/profiles/default/skel/Changes
@@ -0,0 +1,4 @@
+Revision history for {{$dist->name}}
+
+0.01 [Release Date]
+ - Initial version
commit e12226bab59e79dd9def519fb22a93c365672213
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Mar 13 11:31:46 2014 -0400
Update version and Changes for 0.09
diff --git a/Changes b/Changes
index 51641e5..68913d4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.09 2014-03-13
+ - Include a default Changes file
+
0.08 2014-02-07
- Suggest Plugin() for 4.2 installs
- Encourage the author to write a SYNOPSIS and some VERSION information
diff --git a/META.yml b/META.yml
index caf069f..18d1cc3 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
Module::Install::ReadmeFromPod: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.08
+version: 0.09
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 1c1bb70..a0c2b39 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -6,7 +6,7 @@ use Moose;
with 'Dist::Zilla::Role::MintingProfile::ShareDir';
-our $VERSION = '0.08';
+our $VERSION = '0.09';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list