forked from rcaputo/dzp-changelogfromgit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdist.ini
More file actions
52 lines (42 loc) · 957 Bytes
/
dist.ini
File metadata and controls
52 lines (42 loc) · 957 Bytes
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
42
43
44
45
46
47
48
49
50
51
52
name = Dist-Zilla-Plugin-GitFmtChanges
version = 0.006
author = Kathryn Andersen
license = Perl_5
copyright_holder = Kathryn Andersen
; DZIL plugins should use the latest code
[Bootstrap::lib]
; File Gather ---------------------
[GatherDir]
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[License]
[GitFmtChanges]
file_name = Changes
log_format = * %ai%n %s
[ExtraTests]
; File Prune ---------------------
[PruneCruft]
[ManifestSkip]
; File Munge ---------------------
[PkgVersion]
[PodVersion]
; Dist Prerequisites ---------------------
[AutoPrereqs]
[Test::ReportPrereqs]
; Dist Meta ---------------------
[GithubMeta]
[MetaYAML]
[MetaJSON]
[MetaProvides::Package]
; Configure Install ---------------------
[MakeMaker]
; After Build ---------------------
[Manifest]
; Release ---------------------
[TestRelease]
[ConfirmRelease]
[Git::Check]
[Git::Tag]
tag_message = %N v%v (%d)
[Git::Push]
[UploadToCPAN]