Skip to content

Commit

Permalink
fix: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Apr 12, 2024
1 parent e4e83ba commit 95f70c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"branches": [
{ "name": "main", "channel": "latest" },
"+([0-9])?(.{+([0-9]),x}).x",
{ "name": "beta", "channel": "sdk2", "prerelease": true },
{ "name": "prerelease", "channel": "sdk2", "prerelease": "rc" }
{ "name": "beta", "prerelease": true },
{ "name": "prerelease", "prerelease": "rc" }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 95f70c5

Please sign in to comment.