forked from duckduckgo/zeroclickinfo-spice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
45 lines (40 loc) · 1.03 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
name = DDG-SpiceBundle-OpenSourceDuckDuckGo
author = Gabriel Weinberg <[email protected]>
author = Torsten Raudssus <[email protected]>
license = Apache_2_0
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013
main_module = lib/DDG/SpiceBundle/OpenSourceDuckDuckGo.pm
[PromptIfStale]
index_base_url = http://duckpan.org
module = Dist::Zilla::Plugin::UploadToDuckPAN
module = Dist::Zilla::Plugin::BuildShareAssets
module = Dist::Zilla::Plugin::IAChangelog
module = Dist::Zilla::Plugin::AnnounceRelease
[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]
[AnnounceRelease]
[AutoModuleShareDirs]
scan_namespaces = DDG::Spice
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[GithubMeta]
[Git::Check]
[Git::Commit]
[Git::Tag::IAChangelog]
tag_format = %v
[Git::Push]
push_to = origin master