Skip to content

Commit

Permalink
fix: test semantic release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 18, 2022
1 parent 256cc03 commit 9c1237b
Showing 1 changed file with 1 addition 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": "studio-v2", "channel": "studio-v2"},
{"name": "main", "channel": "studio-v3", "prerelease": true}
{"name": "main", "channel": "studio-v3", "prerelease": "v3-studio"}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 9c1237b

Please sign in to comment.