Skip to content

Commit 124e36a

Browse files
committed
Update version and Dist::Zilla settings
1 parent 0f6ccd0 commit 124e36a

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ my %WriteMakefileArgs = (
2222
"TEST_REQUIRES" => {
2323
"Test" => 0
2424
},
25-
"VERSION" => "1.06",
25+
"VERSION" => "1.07",
2626
"test" => {
2727
"TESTS" => "t/*.t"
2828
}

dist.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ copy = cpanfile, Makefile.PL, README
6868
git_remote = origin
6969

7070
[Git::NextVersion]
71-
first_version = 1.06 ; this is the default
71+
first_version = 1.07 ; this is the default
7272
version_by_branch = 0 ; this is the default
7373
version_regexp = ^(0.\d+)$ ; this is the default
7474
[WriteVersion]
@@ -78,12 +78,15 @@ exclude_filename = Makefile.PL
7878
exclude_filename = MANIFEST
7979
exclude_filename = README
8080

81-
[Git::Tag]
82-
tag_format = %V ; this is the default
83-
tag_message = %V ; this is the default
81+
;[Git::Tag]
82+
;tag_format = %V ; this is the default
83+
;tag_message = %V ; this is the default
8484

85-
[Git::Commit]
85+
[@Git]
8686
changelog = Changes ; this is the default
87+
tag_format = %V ; Don't proceed tags with "v"
88+
tag_message = %V ; this is the default
89+
push_to = origin ; see Git::Push
8790

8891
[Signature]
8992
[SignReleaseNotes]

lib/XML/Generator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use Carp;
66
use vars qw/$VERSION $AUTOLOAD/;
77

8-
our $VERSION = '1.05';
8+
our $VERSION = '1.06';
99

1010
=head1 NAME
1111

lib/XML/Generator/DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use XML::DOM;
5353

5454
use vars qw( $AUTOLOAD $VERSION );
5555

56-
our $VERSION = '0.3';
56+
our $VERSION = '1.07';
5757

5858
=head1 CONSTRUCTOR
5959

0 commit comments

Comments
 (0)