This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
dist.ini
102 lines (87 loc) · 2.44 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
90
91
92
93
94
95
96
97
98
99
100
101
name = App-WordPressTools
author = Seth Johnson <[email protected]>
author = Charles McGarvey <[email protected]>
author = Garth Mortensen <[email protected]>
license = GPL_2
copyright_holder = Bluehost Inc.
[Git::GatherDir]
exclude_filename = CONTRIBUTING.md
exclude_filename = LICENSE
exclude_filename = README.md
[CopyFilesFromBuild]
copy = LICENSE
[ReversionOnRelease]
prompt = 1
[VersionFromModule]
[NextRelease]
format = %v %{yyyy-MM-dd HH:mm:ss VVV}d
[Git::Check]
allow_dirty = CONTRIBUTING.md
allow_dirty = Changes
allow_dirty = LICENSE
allow_dirty = README.md
[GitHub::Meta]
repo = bluehost/wp-tools
[ReadmeAnyFromPod / RootReadme]
filename = README.md
location = root
source_filename = script/wp-tools
type = markdown
[ReadmeAnyFromPod / RootContributing]
filename = CONTRIBUTING.md
location = root
source_filename = lib/App/WordPressTools/Contributing.pod
type = markdown
[MetaNoIndex]
directory = t
[Prereqs::FromCPANfile]
[MakeMaker]
[MetaJSON]
[Git::Contributors]
; standard stuff
[PodSyntaxTests]
[MetaYAML]
[License]
[ReadmeFromPod / DistReadme]
filename = script/wp-tools
type = text
readme = README
[ReadmeFromPod / DistContributing]
filename = lib/App/WordPressTools/Contributing.pod
type = text
readme = CONTRIBUTING
[ExtraTests]
[ExecDir]
dir = script
;[ShareDir]
[Manifest]
[ManifestSkip]
; extras
[MetaProvides::Package]
finder = :ExecFiles
finder = :InstallModules
[PodCoverageTests]
[Test::Perl::Critic]
[CheckChangesHasContent]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
;[FakeRelease]
[CopyFilesFromRelease]
match = \.pm$
[Git::Commit]
allow_dirty = CONTRIBUTING.md
allow_dirty = Changes
allow_dirty = LICENSE
allow_dirty = README.md
allow_dirty_match = \.pm$
commit_msg = Release %N %v%n%n%c
[Git::Tag]
tag_message = Version %v
[Run::Release]
run = git fetch origin
run = %x -Ilib maint%pbranch_solo.pl %v %d
run = %x -Ilib maint%pbranch_dist.pl %v %d
[Git::Push]
push_to = origin master +master:refs/heads/release +solo +dist
remotes_must_exist = 0