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.
1 parent 7089e0b commit 0212375Copy full SHA for 0212375
.travis.yml
@@ -5,11 +5,10 @@ cache:
5
notifications:
6
email: false
7
node_js:
8
- - '10'
+ - "iojs"
9
+before_install:
10
+ - npm i -g npm@^2.0.0
11
before_success:
12
- npm run test
13
after_success:
- - npm run travis-deploy-once "npm run semantic-release"
-branches:
14
- except:
15
- - /^v\d+\.\d+\.\d+$/
+ - npm run semantic-release
package.json
@@ -7,7 +7,7 @@
"commit": "npx git-cz",
"test": "jest",
"travis-deploy-once": "travis-deploy-once",
- "semantic-release": "semantic-release pre && npm publish"
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
0 commit comments