Skip to content

Commit 1c3b062

Browse files
Revert "fix(release): add 4.x to release branches (#5654)" (#5655)
This reverts commit 90f59b1.
1 parent 4602f42 commit 1c3b062

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"branches": ["main", "4.x"],
2+
"branches": [
3+
{"name": "main"}
4+
],
35
"tagFormat": "v${version}",
46
"plugins": [
57
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)