Skip to content

Commit 56c186a

Browse files
committed
ci(release): auto-release esign and template-builder on stable push
Add stable branch trigger so these packages publish @latest when stable receives changes, matching superdoc/cli/sdk behavior.
1 parent 5219e2a commit 56c186a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-esign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Auto-releases on push to main (@next channel)
2-
# For stable (@latest): cherry-pick commits to stable branch, then manually dispatch this workflow
1+
# Auto-releases on push to main (@next) or stable (@latest)
32
name: 📦 Release esign
43

54
on:
65
push:
76
branches:
87
- main
8+
- stable
99
paths:
1010
- 'packages/esign/**'
1111
- 'packages/superdoc/**'

.github/workflows/release-template-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Auto-releases on push to main (@next channel)
2-
# For stable (@latest): cherry-pick commits to stable branch, then manually dispatch this workflow
1+
# Auto-releases on push to main (@next) or stable (@latest)
32
name: 📦 Release template-builder
43

54
on:
65
push:
76
branches:
87
- main
8+
- stable
99
paths:
1010
- 'packages/template-builder/**'
1111
- 'packages/superdoc/**'

0 commit comments

Comments
 (0)