Skip to content

Commit

Permalink
0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Oct 3, 2019
1 parent 6512e34 commit efd169f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.29 2019-10-03 22:11:47 CST
- add github actions badge (skaji)

0.28 2019-06-10 10:33:35 CST
- Fix phase.t on Windows. (genio)

Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"provides" : {
"Dist::Zilla::Plugin::GitHubREADME::Badge" : {
"file" : "lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm",
"version" : "0.28"
"version" : "0.29"
}
},
"release_status" : "stable",
Expand All @@ -72,13 +72,14 @@
"web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge"
}
},
"version" : "0.28",
"version" : "0.29",
"x_contributors" : [
"Alex Efros <powerman@powerman.name>",
"Chase Whitener <cwhitener@gmail.com>",
"Nikolay Mishin <mi@ya.ru>",
"Paul Cochrane <paul@liekut.de>",
"Randy Stauner <randy@magnificent-tears.com>",
"Shoichi Kaji <skaji@cpan.org>",
"Stephan Loyd <stephanloyd9@gmail.com>",
"Thorsten Klein <grobie@perlwizard.de>",
"Thorsten Klein <thorsten@kleinhq.org>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Dist::Zilla::Plugin::GitHubREADME::Badge - Dist::Zilla - add badges to github RE
badges = gitlab_cover
badges = docker_automated
badges = docker_build
badges = github_actions/test
place = bottom
phase = release

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.28';
our $VERSION = '0.29';

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

0 comments on commit efd169f

Please sign in to comment.