mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 10:33:56 +00:00
chore: build release on next
branch (#6266)
(cherry picked from commit 702dfaf3140478e68f33f7f5026eaf549d144928)
This commit is contained in:
parent
c46afa437e
commit
e2c51e8b02
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
module.exports = {
|
||||
branches: [
|
||||
{ name: "main" },
|
||||
{ name: "next" },
|
||||
{ name: "rc", prerelease: true },
|
||||
{ name: "next-rc", prerelease: "rc" }
|
||||
],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user