Browse Source

chore(release): Run releases off master branch

Connects https://github.com/pelias/pelias/issues/749
pull/1227/head
Julian Simioni 6 years ago
parent
commit
d86419cd76
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .travis.yml
  2. 2
      package.json

2
.travis.yml

@ -19,4 +19,4 @@ jobs:
- stage: release
node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = production
if: branch = master

2
package.json

@ -85,7 +85,7 @@
"test"
],
"release": {
"branch": "production",
"branch": "master",
"success": []
}
}

Loading…
Cancel
Save