The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Git::Commit - commit dist.ini and changelog

VERSION

version 1.093260

SYNOPSIS

In your dist.ini:

    [Git::Commit]
    filename = Changes      ; this is the default

DESCRIPTION

Once the release is done, this plugin will record this fact in git by committing changelog and dist.ini. The commit message will be taken from the changelog for this release.

The plugin accepts the following options:

  • filename - the name of your changelog file. defaults to Changes.

AUTHOR

  Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Jerome Quelin.

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