File: dist.ini

package info (click to toggle)
libdist-zilla-plugin-changelogfromgit-perl 0.017-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 188 kB
  • sloc: perl: 651; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = Dist-Zilla-Plugin-ChangelogFromGit

author           = Rocco Caputo <rcaputo@cpan.org>
copyright_holder = Rocco Caputo <rcaputo@cpan.org>
license          = Perl_5

[AutoMetaResources]
bugtracker.rt     = 1
repository.github = user:rcaputo;lcdist:dzp-changelogfromgit

[AutoPrereqs]
[CheckPrereqsIndexed]

[Homepage]

[ReadmeAnyFromPod]
[ReadmeAnyFromPod/MarkdownInBuild]

[ReportVersions]

[Repository]
git_remote = gh

[Git::Check]

[Git::NextVersion]
first_version  = 0.002
version_regexp = ^v(\d+\.\d+)$

[ChangelogFromGit]
tag_regexp = v(\d+[_.]\d+)

[Git::Tag]
tag_format  = v%v
tag_message = Release %v.

[@Filter]
-bundle=@Classic
-remove=Readme

[MetaJSON]