Name : perl-Dist-Zilla-Plugin-ChangelogFromGit
| |
Version : 0.002
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 2.3
| Date : 2014-03-25 07:14:55
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Plugin-ChangelogFromGit-0.002-2.3.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Build CHANGES from git commits and tags
|
Description :
This Dist::Zilla plugin writes a CHANGES file that contains formatted commit information from recent git logs.
This plugin has the following configuration variables:
* * max_age
It may be impractical to include the full change log in a mature project\'s distribution. \"max_age\" limits the changes to the most recent ones within a number of days. The default is about one year.
Include two years of changes:
max_age = 730
* * tag_regexp
This plugin breaks the changelog into sections delineated by releases, which are defined by release tags. \"tag_regexp\" may be used to focus only on those tags that follow a particular release tagging format. Some of the author\'s repositories contain multiple projects, each with their own specific release tag formats, so that changelogs can focus on particular projects\' tags. For instance, POE::Test::Loops\' release tags may be specified as:
tag_regexp = ^ptl-
* * file_name
Everyone has a preference for their change logs. If you prefer lowercase in your change log file names, you migt specify:
file_name = Changes
* * wrap_column
Changes from different contributors tend to vary in format. This plugin uses Text::Wrap to normalize the width of commit messages. The \"wrap_column\" parameter may be used to alter the reformatted line width. If 74 is to short, one might specify:
wrap_column = 78
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_11_SP3/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Dist::Zilla::Plugin::ChangelogFromGit)
perl-Dist-Zilla-Plugin-ChangelogFromGit
Requires :