From b7680860f323a0cf3ffe5f6bdb684646e1ecac33 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Sun, 1 Oct 2017 13:40:26 -0700 Subject: fix version bump incantation to keep working next time --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index f0a6745..ef22e60 100644 --- a/dist.ini +++ b/dist.ini @@ -192,7 +192,7 @@ 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("1.72") } s/.VERSION = .\K1.72/$ENV{NEXT_VERSION}/;' `find lib -type f` +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` [Git::Commit / post-release commit] allow_dirty_match = ^lib/.*\.pm$ -- cgit v1.2.1