Skip to content

Commit 90f59b1

Browse files
fix(release): add 4.x to release branches (#5654)
1 parent d86e182 commit 90f59b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.releaserc

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

0 commit comments

Comments
 (0)