maintenance branch

This commit is contained in:
Livio Spring 2024-11-13 08:52:18 +01:00
parent 7508e6c9f3
commit 24749c96f0
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

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