Skip to content

Commit c6e1eb4

Browse files
build: update releaserc to ensure we have a "release" branch (#3345)
Semantic release requires at least 1 branch be configured as "release" (see https://github.com/semantic-release/semantic-release/blob/master/docs/usage/workflow-configuration.md#branches-properties) Before this change we had 2 "maintenance" branches and 1 "pre-release" branch, but no "release" branch. This led to an error https://github.com/openedx/paragon/actions/runs/12286316911/job/34286199225
1 parent 3a62f9e commit c6e1eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": [
33
{ "name": "release-22.x", "range": "22.x", "channel": "22.x" },
4-
{ "name": "release-23.x", "range": "23.x" },
4+
{ "name": "release-23.x" },
55
{ "name": "next", "prerelease": true, "channel": "next" }
66
],
77
"plugins": [

0 commit comments

Comments
 (0)