create maintenance branch

This commit is contained in:
Livio Spring 2024-12-17 10:42:14 +01:00
parent e90e1d00b7
commit c6cf128d77
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.65.x", range: "2.65.x", channel: "2.65.x" },
],
plugins: [
"@semantic-release/commit-analyzer",