releaserc

This commit is contained in:
Elio Bischof 2024-05-07 18:54:00 +02:00
parent c42340f427
commit ca1adeec2b
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -2,6 +2,7 @@ module.exports = {
branches: [
{ name: "next" },
{ name: "next-rc", prerelease: "rc" },
{ name: "v2.50.x", range: "2.50.x", channel: "2.50.x" },
],
plugins: [
"@semantic-release/commit-analyzer",