We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npx semantic-release
1 parent 8a234b0 commit b33ea28Copy full SHA for b33ea28
.travis.yml
@@ -6,8 +6,7 @@ node_js:
6
- '8'
7
after_success:
8
- 'bash <(curl -s https://codecov.io/bash)'
9
- - yarn global add travis-deploy-once
10
- - travis-deploy-once "yarn global add semantic-release@13 && semantic-release"
+ - npx semantic-release
11
branches:
12
except:
13
- /^v\d+\.\d+\.\d+$/
0 commit comments