forked from git-deploy/git-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
52 lines (42 loc) · 1.26 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
name = git-deploy
author = Ævar Arnfjörð Bjarmason <[email protected]>, Yves Orton <[email protected]>
license = Perl_5
copyright_holder = Ævar Arnfjörð Bjarmason, Yves Orton
copyright_year = 2012
main_module = bin/git-deploy
[@Filter]
bundle = @Basic
; Don't add a =head1 VERSION - https://metacpan.org/module/Dist::Zilla::Plugin::PodVersion
remove = PodVersion
remove = Readme
;; For debugging "dzil release"
;remove = UploadToCPAN
;[FakeRelease]
;user = AVAR
[AutoPrereqs]
[MetaJSON]
[MetaResources]
homepage = http://git-deploy.github.com
bugtracker.web = http://github.com/git-deploy/git-deploy/issues
repository.url = https://github.com/git-deploy/git-deploy.git
repository.web = https://github.com/git-deploy/git-deploy
repository.type = git
license = http://dev.perl.org/licenses/
[ReadmeAnyFromPod / ReadmePodInRoot]
type = pod
filename = README.pod
location = build
; Add $VERSION to lib/Git/Deploy.pm
[OurPkgVersion]
; Bump the Changelog version
[NextRelease]
; Get the version from git, and increment it on release
[Git::NextVersion]
first_version = 6.00
; Commit the Changes file once we modify it on release
[Git::Commit]
; Create a tag on release and push it and any commits
[Git::Tag]
[Git::Push]
; dzil clean after release
[Clean]