chore: add maintenance branch configuration

This commit is contained in:
Stefan Benz
2025-08-08 11:37:11 +02:00
parent 218556e0e1
commit 0eb1c4306a

View File

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