Skip to content

Commit

Permalink
fix: correct pre-relase tag on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
redbeard0091 committed Nov 7, 2024
1 parent 42903a5 commit 9ab94c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"branches": ["main", "beta"],
"branches": ["main", {
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 9ab94c9

Please sign in to comment.