Skip to content

Commit 4331675

Browse files
committed
chore(release): add beta prerelease branch and configure multi-step publishing
1 parent 281a001 commit 4331675

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- beta
78

89
permissions:
910
contents: write

.releaserc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"branches": [
3-
"main"
3+
"main",
4+
{
5+
"name": "beta",
6+
"prerelease": "beta"
7+
}
48
],
59
"plugins": [
610
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)