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

NAME

Dist::Zilla::Plugin::ACPS::Git::CommitBuild - checkin build results on separate branch

VERSION

version 0.30

SYNOPSIS

In your dist.ini:

    [ACPS::Git::CommitBuild]
       ; these are the defaults
    release = release/%b
    release_message = 'build release %v'

DESCRIPTION

Forked from [Git::CommitBuild] to do the action during release, not after. Only operates on release, not on build.

AUTHOR

Graham Ollis <gollis@sesda3.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by NASA GSFC.

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