increment the $VERSION in the .pm after release and commit the result
[p5sagit/Object-Tap.git] / dist.ini
1 name                = Object-Tap
2 author              = Matt S Trout (mst) <mst@shadowcat.co.uk>
3 copyright_holder    = Matt S Trout
4 copyright_year      = 2014
5 license             = Perl_5
6    
7 [GatherDir]
8 [PruneCruft]
9 [ManifestSkip]
10 [MetaYAML]
11 [MetaJSON]
12 [License]
13
14 [Git::Contributors]
15
16 [MetaResources]
17 bugtracker.web    = https://rt.cpan.org/Dist/Display.html?Name=Object-Tap
18 bugtracker.mailto = bug-Object-Tap@rt.cpan.org
19 repository.url    = git://git.shadowcat.co.uk/p5sagit/Object-Tap.git
20 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Object-Tap.git
21 repository.type   = git
22
23 [RewriteVersion]
24
25 [MakeMaker::Fallback]
26 [ModuleBuildTiny::Fallback]
27 mb_version = 0.28
28 [Manifest]
29 [TestRelease]
30 [ConfirmRelease]
31 [UploadToCPAN]
32
33 [Git::Tag]
34 tag_format = v%v
35 tag_message = v%v%t
36
37 [BumpVersionAfterRelease]
38
39 [Git::Commit / post-release commit]
40 :version = 2.020
41 allow_dirty_match = ^lib/.*\.pm$
42 commit_msg = increment $VERSION after %v release
43
44 [Git::Push]