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.
2 parents 8fb3dea + f473a0e commit b825c3bCopy full SHA for b825c3b
.travis.yml
@@ -11,8 +11,12 @@ matrix:
11
script: npm run travis
12
before_install:
13
- npm i -g npm
14
-after_success:
15
- - npx semantic-release
16
branches:
17
except:
18
- /^v\d+\.\d+\.\d+$/
+jobs:
+ include:
19
+ - stage: release
20
+ node_js: 10
21
+ script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
22
+ if: branch = master
package.json
@@ -12,8 +12,7 @@
"author": "mapzen",
"main": "index.js",
"devDependencies": {
- "precommit-hook": "^3.0.0",
- "semantic-release": "^15.0.0"
+ "precommit-hook": "^3.0.0"
},
"dependencies": {
"winston": "^2.2.0",
0 commit comments