From d86419cd76112e75ba16d19a5eab2235b231834d Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 30 Oct 2018 13:26:57 -0400 Subject: [PATCH] chore(release): Run releases off master branch Connects https://github.com/pelias/pelias/issues/749 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3dd2c224..60235aa0 100644 --- a/.travis.yml +++ b/.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 diff --git a/package.json b/package.json index 45ea5e48..f5fd61cc 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "test" ], "release": { - "branch": "production", + "branch": "master", "success": [] } }