Dist::Zilla::Plugin::Git::Commit(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Git::Commit(3pm) |
Dist::Zilla::Plugin::Git::Commit - Commit dirty files
version 2.047
In your dist.ini:
[Git::Commit] changelog = Changes ; this is the default
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. It will include lines between the current version and timestamp and the next non-indented line, except that blank lines at the beginning or end are removed.
Warning: If you are using Git::Commit in conjunction with the NextRelease plugin, "[NextRelease]" must come before "[Git::Commit]" (or "[@Git]") in your dist.ini or plugin bundle. Otherwise, Git::Commit will commit the Changes file before NextRelease has updated it.
The plugin accepts the following options:
Note: The files have to be generated between the phases BeforeRelease <-> AfterRelease, and after Git::Check + before Git::Commit.
This method returns the commit message. The default implementation reads the Changes file to get the list of changes in the just-released version.
Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-Plugin-Git@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at <http://dzil.org/#mailing-list>.
There is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
Jerome Quelin
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.
2020-09-13 | perl v5.30.3 |