From 19edbb0a3fe4a6949b4870915a592fe98990f0d9 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 13 Nov 2020 14:01:49 -0800 Subject: [PATCH] build: move to support CFA branch naming --- .circleci/config.yml | 2 +- .releaserc.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9663be..5976a3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,5 +42,5 @@ workflows: filters: branches: only: - - main + - master diff --git a/.releaserc.json b/.releaserc.json index 304c0c7..c9ad983 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,7 +4,6 @@ "@semantic-release/release-notes-generator", "@continuous-auth/semantic-release-npm", "@semantic-release/github" - ], - "branches": ["main"] + ] }