-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdist.ini
85 lines (73 loc) · 1.67 KB
/
dist.ini
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name = Git-Code-Review
author = Brad Lhotsky <[email protected]>
license = BSD
copyright_holder = Brad Lhotsky
copyright_year = 2014
;Basic
[PruneCruft]
[ExecDir]
[MakeMaker]
[Manifest]
; Documentation
[PodWeaver]
[ContributorsFromGit]
[License]
[InsertCopyright]
[ReadmeMarkdownFromPod]
[ReadmeAnyFromPod / Tutorial ]
filename = Tutorial.mkdn
source_filename = lib/Git/Code/Review/Tutorial.pm
location = root
type = markdown
[CopyFilesFromBuild]
copy = README.mkdn
[MetaJSON]
[MetaConfig]
[MinimumPerl]
[MetaResources]
;Changlog
[ChangelogFromGit]
max_age = 730
tag_regexp = ^release-(.+)$
file_name = Changes
wrap_column = 74
copy_to_root = 0
exclude_message = ^(Merge (pull|branch))|(Archive)
; Testing
[PodCoverageTests]
[PodSyntaxTests]
[Test::EOL]
[Test::Perl::Critic]
[Test::Compile]
; Prerequesites
[AutoPrereqs]
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::Support
; authordep Pod::Weaver::Section::Collect::FromOther
; authordep Pod::Elemental::Transformer::List
[Prereqs]
Git::Repository::Plugin::Log = 0
[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[Prereqs / TestRequires]
Pod::Coverage::TrustPod = 0
Test::Perl::Critic = 0
; Git stuff
[Git::GatherDir]
exclude_match = \.mkdn$
[Git::NextVersion] ; get version from last release tag
version_regexp = ^release-(.+)$
[OurPkgVersion]
[Git::Check] ; ensure all files checked in
allow_dirty = README.mkdn
allow_dirty = Tutorial.mkdn
[GithubMeta]
issues = 1
; Commit handling / Release?
[ConfirmRelease]
[TestRelease]
[UploadToCPAN]
[Git::Commit / Commit_Dirty_Files]
[Git::Tag]
tag_format = release-%v
[Git::Push] ; push repo to remote
push_to = origin