Skip to content

Commit

Permalink
chore: canary-* "rc" channel
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Jan 16, 2025
1 parent 0897b6b commit 3285d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
'master',
{ name: 'alpha', prerelease: true },
{ name: 'beta', prerelease: true },
{ name: 'canary-*', prerelease: true, channel: 'canary' },
{ name: 'canary-*', prerelease: true, channel: 'rc' },
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 3285d20

Please sign in to comment.