chore: build release on next branch (#6266)

This commit is contained in:
Livio Spring
2023-07-25 08:43:06 +02:00
committed by GitHub
parent 2183b9a7c5
commit 702dfaf314
3 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
module.exports = {
branches: [
{ name: "main" },
{ name: "next" },
{ name: "ci/improve-make", prerelease: "2.29-ignore-me" }
{ name: "next-rc", prerelease: "rc" }
],
plugins: [
"@semantic-release/commit-analyzer",