The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::GitFmtChanges - Build CHANGES file from a project's git log using git log format.

VERSION

version 0.006

SYNOPSIS

In your dist.ini:

    [GitFmtChanges]
    max_age     = 365
    tag_regexp  = ^v\d+\.\d+$
    file_name   = CHANGES
    log_format  = medium

The example values are the defaults.

DESCRIPTION

This Dist::Zilla plugin writes a CHANGES file that contains formatted commit information from recent git logs. The CHANGES file is formatted using the "--format" option of the git log command. This makes it easy to make the CHANGES file look the way you want it to.

This is based on Dist::Zilla::Plugin::ChangelogFromGit.

This plugin has the following configuration variables:

AUTHOR

Kathryn Andersen <perlkat@katspace.org>

COPYRIGHT AND LICENSE

This is based on Dist::Zilla::Plugin::ChangelogFromGit by Rocco Caputo.

This software is copyright (c) 2010 by Kathryn Andersen.

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