forked from reyjrar/es-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
89 lines (71 loc) · 1.62 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
86
87
88
89
name = App-ElasticSearch-Utilities
author = Brad Lhotsky <brad@divisionbyzero.net>
license = BSD
copyright_holder = Brad Lhotsky
copyright_year = 2012
[PruneCruft]
[MakeMaker]
[Manifest]
[ExecDir]
dir = scripts
; Documentation
[PodWeaver]
[InstallGuide]
[License]
[InsertCopyright]
[ReadmeMarkdownFromPod]
[CopyFilesFromBuild]
copy = README.mkdn
[MetaJSON]
[MetaConfig]
[MinimumPerl]
[MetaResources]
repository.url = git://github.com/reyjrar/es-utils.git
repository.web = https://github.com/reyjrar/es-utils
repository.type = git
;Changlog
[GenerateFile / Generate-Changes ]
filename = Changes
is_template = 0
content = Revision history for {{$dist->name}}
content =
content = {{$NEXT}}
; Testing
[EOLTests]
[PodCoverageTests]
[PodSyntaxTests]
[Test::Perl::Critic]
[Test::Compile]
; Prerequesites
[AutoPrereqs]
[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[Prereqs / TestRequires]
Pod::Coverage::TrustPod = 0
Test::Perl::Critic = 0
; Git stuff
[Git::GatherDir]
exclude_filename = README.mkdn
exclude_filename = META.json
exclude_filename = Changes
[Git::NextVersion] ; get version from last release tag
version_regexp = ^release-(.+)$
[OurPkgVersion]
[Git::Check] ; ensure all files checked in
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README.mkdn
allow_dirty = META.json
[GithubMeta]
issues = 1
; Commit handling / Release?
[ConfirmRelease]
[TestRelease]
[UploadToCPAN]
[ArchiveRelease]
[Git::Commit / Commit_Dirty_Files]
[Git::Tag]
tag_format = release-%v
[NextRelease]
[Git::Commit / Commit_Changes] ; commit Changes (for new dev)
[Git::Push] ; push repo to remote
push_to = origin