From e70d9149057983fba71d25d8fbf9134ea3bb881c Mon Sep 17 00:00:00 2001 From: alexsanderp Date: Tue, 8 Feb 2022 15:42:41 -0300 Subject: [PATCH] New: Test semantic --- .github/workflows/deploy.yml | 2 -- .releaserc.json | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22bfe5f..a5dd6ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,6 @@ jobs: conventional-changelog-eslint branches: | [ - 'dev', - 'stg', 'main', { name: 'dev', diff --git a/.releaserc.json b/.releaserc.json index 9f7d517..bf1c914 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,4 @@ { - "branches": ["dev", "stg", "main"], "plugins": [ [ "@semantic-release/commit-analyzer",