NAME
Dist::Zilla::Plugin::GitFlow::NextRelease - update the next release number in your changelog
VERSION
version 0.010
SYNOPSIS
In your dist.ini:
[GitFlow::NextRelease]
In your Changes file:
{{$NEXT}}
DESCRIPTION
This plugin is almost same as Dist::Zilla::Plugin::NextRelease except when execute dzil build
on release tagged reference.
Plugin options
The plugin accepts the following options:
- filename - defaults to Changes
- update_filename - defaults to the
filename
- format - defaults to
%-9v %{yyyy-MM-dd HH:mm:ss VVVV}d
- time_zone - defaults to local
Above options are same as Dist::Zilla::Plugin::NextRelease. Please check original documents.
And it accepts additional options:
version_regexp - This value must be same as Dist::Zilla::Plugin::GitFlow::NextVersion's
version_regexp
value; Defaults to^v(.+)0$
SEE ALSO
Dist::Zilla::Plugin::Git::NextVersion
AUTHOR
Keedi Kim - 김도형 <keedi@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Keedi Kim.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.