NAME

Dist::Zilla::Plugin::Changelog::Grouped - Simplify usage of a grouped changelog

Requires Perl 5.10.1+ Travis status coverage 94.6%

VERSION

Version 0.0100, released 2016-02-06.

SYNOPSIS

# in dist.ini (these are the defaults)
[Changelog::Grouped]
change_file = Changes
groups = API Changes, Bug Fixes, Documentation, Enhancements

DESCRIPTION

This plugin does two things:

  • During the build phase it removes empty groups from the changelog.

  • After a release it adds the configured groups to the changelog under {{$NEXT}}.

ACKNOWLEDGMENTS

This plugin is based on parts of Dist::Zilla::Plugin::NextVersion::Semantic.

SOURCE

https://github.com/Csson/p5-Dist-Zilla-Plugin-Changelog-Grouped

HOMEPAGE

https://metacpan.org/release/Dist-Zilla-Plugin-Changelog-Grouped

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.