Name : perl-Dist-Zilla-Plugin-GitFmtChanges
| |
Version : 0.006
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2017-06-21 14:00:00
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Plugin-GitFmtChanges-0.006-1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Build CHANGES file from a project\'s git log using git log format
|
Description :
This Dist::Zilla plugin writes a CHANGES file that contains formatted commit information from recent git logs. The CHANGES file is formatted using the \"--format\" option of the git log command. This makes it easy to make the CHANGES file look the way you want it to.
This is based on Dist::Zilla::Plugin::ChangelogFromGit.
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 might specify:
file_name = Changes
* * log_format
Define the format used for the change listing in the CHANGES file. This option is passed through to the *git log* command. One can use the predefined formats, such as \'oneline\', \'short\', \'medium\' etc.
log_format = short
Or one can exersize more control by using the \"format\" formatting. The following example will give the author and date, a newline, and the \"subject\" of the change.
log_format = %ai%n%s
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Dist::Zilla::Plugin::GitFmtChanges)
perl-Dist-Zilla-Plugin-GitFmtChanges
Requires :