Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd914c1

Browse files
Update release tag pattern regex
1 parent 3690623 commit dd914c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎admin/build.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
fi
3535

3636
verPat="[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
37-
tagPat="^v$verPat(#$verPat#[0-9]+)?$"
37+
tagPat="^v$verPat(#.*)?$"
3838

3939
if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
4040
tagVer=${TRAVIS_TAG}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /