chore(ci): semantic commit
This commit is contained in:
parent
3be05b8e2d
commit
54b816b3ca
1 changed files with 3 additions and 0 deletions
|
@ -23,8 +23,11 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^greenkeeper/.*$/
|
- /^greenkeeper/.*$/
|
||||||
|
except:
|
||||||
|
- /^v\d+\.\d+\.\d+$/
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- npm run travis-deploy-once "npm run semantic-release"
|
||||||
#- npm run typedoc
|
#- npm run typedoc
|
||||||
- npm pack
|
- npm pack
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue