We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937ee3d commit b768086Copy full SHA for b768086
dist.ini
@@ -192,7 +192,7 @@ commit_msg = %N-%v%t%n%n%c
192
[Git::Tag]
193
194
[Run::AfterRelease]
195
-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`
196
197
[Git::Commit / post-release commit]
198
allow_dirty_match = ^lib/.*\.pm$
0 commit comments