|
NAMEDist::Zilla::Plugin::NextRelease - update the next release number in your changelogVERSIONversion 6.024SYNOPSISIn your dist.ini:[NextRelease] In your Changes file: {{$NEXT}} DESCRIPTIONTired of having to update your Changes file by hand with the new version and release date / time each time you release your distribution? Well, this plugin is for you.Add this plugin to your dist.ini, and the following to your Changes file: {{$NEXT}} The "NextRelease" plugin will then do 2 things:
The module accepts the following options in its dist.ini section:
The module allows the following sprintf-like format codes in the "format":
PERL VERSIONThis module should work on any version of perl still receiving updates from the Perl 5 Porters. This means it should work on any version of perl released in the last two to three years. (That is, if the most recently released version is v5.40, then this module should work on both v5.40 and v5.38.)Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl. SEE ALSOCore Dist::Zilla plugins: AutoVersion, PkgVersion, PodVersion.Dist::Zilla roles: AfterRelease, FileMunger, TextTemplate. AUTHORRicardo SIGNES 😏 <rjbs@semiotic.systems>COPYRIGHT AND LICENSEThis software is copyright (c) 2021 by Ricardo SIGNES.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |