Skip to content

Commit 89ff98e

Browse files
chore(release): remove release testing branch (#5)
1 parent d764f21 commit 89ff98e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- fix-release-attempt
76
jobs:
87
call-build-lint-test-workflow:
98
uses: ./.github/workflows/build-lint-test.yml

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
module.exports = {
3-
branches: [{ name: 'main', channel: 'prerelease' }, { name: 'fix-release-attempt-2', channel: 'test' }],
3+
branches: [{ name: 'main', channel: 'prerelease' }],
44
analyzeCommits: {
55
preset: 'angular'
66
},

0 commit comments

Comments
 (0)