Skip to content

Commit 437e551

Browse files
switch awful substitution oneliner with new BumpVersionAfterRelease option
1 parent b768086 commit 437e551

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ commit_msg = %N-%v%t%n%n%c
191191

192192
[Git::Tag]
193193

194-
[Run::AfterRelease]
195-
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`
194+
[BumpVersionAfterRelease]
195+
:version = 0.016
196+
all_matching = 1
196197

197198
[Git::Commit / post-release commit]
198199
allow_dirty_match = ^lib/.*\.pm$

0 commit comments

Comments
 (0)