Skip to content

Commit a7754f5

Browse files
arbrandesclaude
andcommitted
fix: configure semantic-release to auto-publish the 2.x branch
Point the release config and workflow trigger at 2.x so the maintenance line publishes on its own channel. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6f35466 commit a7754f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release CI
22
on:
33
push:
44
branches:
5-
- main
5+
- 2.x
66

77
permissions:
88
contents: read # for checkout

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"branches": [
3-
"main"
3+
"2.x"
44
],
55
"tagFormat": "v${version}",
66
"verifyConditions": [

0 commit comments

Comments
 (0)