summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index ef22e60..0f95c50 100644
--- a/dist.ini
+++ b/dist.ini
@@ -191,8 +191,9 @@ commit_msg = %N-%v%t%n%n%c
[Git::Tag]
-[Run::AfterRelease]
-run = perl -MVersion::Next -p -i -e'BEGIN { $ENV{NEXT_VERSION} = Version::Next::next_version("%v") } s/.VERSION = .\K%v/$ENV{NEXT_VERSION}/;' `find lib -type f`
+[BumpVersionAfterRelease]
+:version = 0.016
+all_matching = 1
[Git::Commit / post-release commit]
allow_dirty_match = ^lib/.*\.pm$