| Dist-Zilla-Plugin-Git documentation | view source | Contained in the Dist-Zilla-Plugin-Git distribution. |
changelog.v%v%n%n%c, meaning the version number and the list of changes.%d. Can be any
time zone name accepted by DateTime. Defaults to local.
Dist::Zilla::Plugin::Git::Commit - commit dirty files
version 1.111590
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.
The plugin accepts the following options:
changelog.Note: The files have to be generated between those phases: BeforeRelease <-> AfterRelease, and after Git::Check + before Git::Commit.
v%v%n%n%c, meaning the version number and the list of changes.%d. Can be any
time zone name accepted by DateTime. Defaults to local.You can use the following codes in commit_msg:
%cThe list of changes in the just-released version (read from changelog).
%{dd-MMM-yyyy}dThe current date. You can use any CLDR format supported by
DateTime. A bare %d means %{dd-MMM-yyyy}d.
%na newline
%Nthe distribution name
%{-TRIAL}tExpands to -TRIAL (or any other supplied string) if this is a trial
release, or the empty string if not. A bare %t means %{-TRIAL}t.
%vthe distribution version
This method returns the commit message. The default implementation reads the Changes file to get the list of changes in the just-released version.
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.
| Dist-Zilla-Plugin-Git documentation | view source | Contained in the Dist-Zilla-Plugin-Git distribution. |