Skip to content

Commit

Permalink
chore(release): promote v4 to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed May 6, 2022
1 parent f28dac4 commit 4378b77
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 @@ -2,10 +2,10 @@
"ci": true,
"dryRun": false,
"branches": [
{ "name": "main", "channel": "next" },
{ "name": "main", "channel": "latest" },
"+([0-9])?(.{+([0-9]),x}).x",
{ "name": "beta", "prerelease": true },
{ "name": "sdk4", "channel": "sdk4", "prerelease": "beta" }
{ "name": "sdk5", "channel": "sdk5", "prerelease": "beta" }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 4378b77

Please sign in to comment.