create maintenance branch

This commit is contained in:
Livio Spring 2025-01-07 17:10:13 +01:00
parent ebc13e5133
commit 6aa54b2a97
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.66.x", range: "2.66.x", channel: "2.66.x" },
],
plugins: [
"@semantic-release/commit-analyzer",