Skip to content

Commit 5c6f2da

Browse files
committed
semver correct regex
1 parent 7c3b48b commit 5c6f2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/require_semver_bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
file: DESCRIPTION
1717
pattern: >
18-
Version:\s(.+?)
18+
Version:\s(.+?\..+?\..+?.*)

0 commit comments

Comments
 (0)