Skip to content

Commit 286a59e

Browse files
committed
Changed regex to only match the part that contains the version number.
1 parent 9ff0a62 commit 286a59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ImageMagick/release-info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
https://gitlab.gnome.org/GNOME/libxml2/-/tags
2-
tags/v([0-9]+\.[0-9]+\.[0-9]+)"
2+
tags/v\K([0-9]+\.[0-9]+\.[0-9]+)

0 commit comments

Comments
 (0)