Skip to content

Commit 7f71de6

Browse files
committed
Fix version_regexp to match trial releases
1 parent 79a245e commit 7f71de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ git_remote = github
4747
format = %-8v %{yyyy-MM-dd}d
4848

4949
[Git::NextVersion]
50-
version_regexp = ^(\d+\.[\d_]+)$
50+
version_regexp = ^(\d+\.[\d_]+)(?:-TRIAL)?$
5151

5252
[@Git]
5353
allow_dirty = Changes

0 commit comments

Comments
 (0)