Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Feb 18, 2018
1 parent ff5f23d commit 86d25a0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge

{{$NEXT}}

0.23 2018-02-18 10:19:37 CST
- add a filemunge phase (yanick)

0.22 2017-04-10 08:26:03 CST
- no code changes, release

Expand Down
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Fayland Lam <fayland@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand All @@ -31,7 +31,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.17",
"Dist::Milla" : "v1.0.18",
"Test::Pod" : "1.41"
}
},
Expand All @@ -57,7 +57,7 @@
"provides" : {
"Dist::Zilla::Plugin::GitHubREADME::Badge" : {
"file" : "lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm",
"version" : "0.22"
"version" : "0.23"
}
},
"release_status" : "stable",
Expand All @@ -72,14 +72,15 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.22",
"version" : "0.23",
"x_contributors" : [
"Nikolay Mishin <mi@ya.ru>",
"Paul Cochrane <paul@liekut.de>",
"Randy Stauner <randy@magnificent-tears.com>",
"Stephan Loyd <stephanloyd9@gmail.com>",
"Thorsten Klein <grobie@perlwizard.de>",
"Thorsten Klein <thorsten@kleinhq.org>"
"Thorsten Klein <thorsten@kleinhq.org>",
"Yanick Champoux <yanick@babyl.dyndns.org>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.023",
"x_static_install" : 1
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ Place the badges at the top or bottom of the README. Defaults to top.
[GitHubREADME::Badge]
phase = release

Which Dist::Zilla phase to add the badges: build or release.
The default is build.
Which Dist::Zilla phase to add the badges: `build`, `release` or `filemunge`.
For the `build` and `release` phases, the README that is on disk will
be modified, whereas for the `filemunge` it's the internal zilla version of
the README that will be modified.

The default is `build`.

# SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge;
use strict;
use warnings;
use 5.008_005;
our $VERSION = '0.22';
our $VERSION = '0.23';

use Moose;
use Moose::Util::TypeConstraints qw(enum);
Expand Down

0 comments on commit 86d25a0

Please sign in to comment.