Skip to content

Commit 93409aa

Browse files
committed
ci(exclude): enhanced the regex to ignore pre-release tags
from semantic-release
1 parent 57a5a49 commit 93409aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ notifications:
44
email: false
55
branches:
66
except:
7-
- "/^v\\d+\\.\\d+\\.\\d+$/"
7+
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
88
before_install: curl ifconfig.co
99
after_install: npm ls >/dev/null
1010
before_deploy:

0 commit comments

Comments
 (0)