forked from duckduckgo/zeroclickinfo-goodies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
44 lines (38 loc) · 1.01 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
name = DDG-GoodieBundle-OpenSourceDuckDuckGo
author = Gabriel Weinberg <[email protected]>
author = Torsten Raudssus <[email protected]>
author = Michael Smith <[email protected]>
author = Hunter Lang <[email protected]>
license = Apache_2_0
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013
main_module = lib/DDG/GoodieBundle/OpenSourceDuckDuckGo.pm
[PromptIfStale]
index_base_url = http://duckpan.org
module = Dist::Zilla::Plugin::UploadToDuckPAN
module = Dist::Zilla::Plugin::BuildShareAssets
[AutoPrereqs]
[GatherDir]
exclude_match = \.(?:js|handlebars|md|ini|p[ly]|rb|go|tcl|sh|tx)$
exclude_match = ^template/
[BuildShareAssets]
[IAChangelog]
[PruneCruft]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToDuckPAN]
[MetaJSON]
[AutoModuleShareDirs]
scan_namespaces = DDG::Goodie
sharedir_method = module_share_dir
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[GithubMeta]
[@Git]
tag_format = %v
[Git::Push]
push_to = origin master