From 8fab0fda3db914503d3c3f1a63d1371fc4eec617 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Wed, 18 Jan 2023 16:06:28 -0500 Subject: [PATCH] chore(release): remove release testing branch --- .github/workflows/release.yml | 1 - packages/module/release.config.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da262d3..2648b8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,6 @@ on: push: branches: - main - - fix-release-attempt jobs: call-build-lint-test-workflow: uses: ./.github/workflows/build-lint-test.yml diff --git a/packages/module/release.config.js b/packages/module/release.config.js index 112a83c..0e2907f 100644 --- a/packages/module/release.config.js +++ b/packages/module/release.config.js @@ -1,6 +1,6 @@ module.exports = { - branches: [{ name: 'main', channel: 'prerelease' }, { name: 'fix-release-attempt-2', channel: 'test' }], + branches: [{ name: 'main', channel: 'prerelease' }], analyzeCommits: { preset: 'angular' },