Skip to content

Commit

Permalink
chore: add back .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhovitsky committed Jan 19, 2025
1 parent 34f67a4 commit c0038fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"branches": [
{
"name": "main"
},
{
"name": "next",
"channel": "next",
"prerelease": "next"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}

0 comments on commit c0038fc

Please sign in to comment.