create maintenance branch

This commit is contained in:
Livio Spring 2024-07-19 14:34:39 +02:00
parent 7f6ecca040
commit 3be36c7b89
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.55.x", range: "2.55.x", channel: "2.55.x" },
],
plugins: [
"@semantic-release/commit-analyzer",