Skip to content

Commit 98975e6

Browse files
committed
add "Release Candidate" to version pattern
1 parent deaad1a commit 98975e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analysis/Information/Vanilla/VanillaVersionInformation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class VanillaVersionInformation extends VanillaInformation
88
{
9-
protected static string $vanillaVersionPattern = '[0-9\.w]+(?:[a-z]|(?:-|\s)?(?:pre|rc|Pre-Release)\s?\d+)?';
9+
protected static string $vanillaVersionPattern = '[0-9\.w]+(?:[a-z]|(?:-|\s)?(?:pre|rc|Pre-Release|Release Candidate)\s?\d+)?';
1010

1111
/**
1212
* @inheritDoc

0 commit comments

Comments
 (0)