Skip to content

Commit

Permalink
chore: add range to maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Feb 23, 2024
1 parent 4c9f33c commit 972682a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{ "name": "main" },
{ "name": "vue2" },
{ "name": "vue2", "range": "2.x" },
{ "name": "next", "channel": "next" }
],
"plugins": [
Expand Down
7 changes: 7 additions & 0 deletions light/.releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"branches": [
{ "name": "main" },
{ "name": "vue2", "range": "1.x" },
{ "name": "next", "channel": "next" }
]
}

0 comments on commit 972682a

Please sign in to comment.