Skip to content

Commit

Permalink
ci: update .releaserc (#22)
Browse files Browse the repository at this point in the history
ci: update `.releaserc`
  • Loading branch information
Dennis273 committed Aug 7, 2022
1 parent a789eda commit 40ad363
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"branches": [
"main",
{
"name": "main",
"prerelease": false
},
{
"name": "next",
"prerelease": true
},
"semantic-release"
}
]
}

0 comments on commit 40ad363

Please sign in to comment.