-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
67 lines (51 loc) · 1.1 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
name = DM
author = Kiran V Garimella <[email protected]> and Warren W. Kretzschmar <[email protected]>
license = Perl_5
copyright_holder = Kiran V Garimella and Warren Kretzschmar
is_trial = 1
package = DM
version = 0.016
; insert version number in all packages
[PkgVersion]
[Git::Check]
[Git::Commit]
[Git::CommitBuild]
release_branch = releases
message = Build results of %h (on %b) v%v%t
[Git::Tag]
tag_format =v%v%t
tag_message =v%v%t
branch = releases
[Git::Push]
push_to = origin ; this is the default
push_to = origin releases:releases
; insert changes in Changes file
[Git::NextRelease]
; from @basic
;[GatherDir]
[Git::GatherDir]
[PruneCruft]
[PruneFiles]
match = ^experimentalFiles/
[ManifestSkip]
[MetaYAML]
[License]
[Readme]
[ExtraTests]
[ExecDir]
dir = scripts
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
; [UploadToCPAN] not ready for cpan yet
[FakeRelease]
[InstallGuide]
[MetaJSON]
[AutoPrereqs]
[PodWeaver]
[KwaliteeTests]
[NoTabsTests]
;[EOLTests]
; [Signature] add this later once we get serious about releasing