Skip to content

Commit 243f7ba

Browse files
AtofStrykerclaude
andcommitted
chore: fix 'besta' typo in semantic-release prerelease branch name
The CircleCI publish job filter allows the 'beta' branch, but .releaserc configured 'besta', so a beta prerelease could never publish: the publish job only runs for 'beta', where semantic-release rejects the unconfigured branch. Neither branch currently exists on the remote. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 8867a15 commit 243f7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"master",
44
"next",
55
{
6-
"name": "besta",
6+
"name": "beta",
77
"prerelease": true
88
},
99
{

0 commit comments

Comments
 (0)