We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hotfix-SEMVER
1 parent 2dfa7cb commit 34e3e5eCopy full SHA for 34e3e5e
.travis.yml
@@ -9,6 +9,7 @@ branches:
9
- master
10
# Credit: @Omnikron13, https://github.com/mojombo/semver/issues/32
11
- /^(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
12
+ - /^hotfix-(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
13
before_script:
14
- git submodule update --init --recursive
15
script:
0 commit comments