From b917e30ebf1caca35ca77380be306e246747af23 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Fri, 15 Mar 2019 09:42:53 +0100 Subject: [PATCH] chore: Simplify semantic release automation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94e042c..429faa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - '8' - '6' after_success: - - npm run travis-deploy-once "npm run semantic-release" + - npx semantic-release branches: except: - /^v\d+\.\d+\.\d+$/