diff options
author | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 14:39:12 +0100 |
---|---|---|
committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 14:39:12 +0100 |
commit | ccc8105b3faae512e9bbd2dce91791a42c8fe652 (patch) | |
tree | 69c82e7f3c5cb7b59c4cc12030342ddf180da47c | |
parent | use NextRelease plugin to automatically update version in Changes file on rel... (diff) | |
download | net-http-spore-ccc8105b3faae512e9bbd2dce91791a42c8fe652.tar.gz |
Automatically work out next version from git tags
-rw-r--r-- | dist.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini index a36fa8a..7e967c9 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,9 @@ author = Ash Berlin <ash@cpan.org> license = Perl_5 copyright_holder = linkfluence copyright_year = 2012 -version = 0.05 + +[Git::NextVersion] +version_regexp = ^(\d+(?:\.\d+)+)$ [@Git] tag_format = %v |