mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 15:53:39 +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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
branches: [
|
branches: [
|
||||||
{ name: "main" },
|
|
||||||
{ name: "next" },
|
{ name: "next" },
|
||||||
{ name: "rc", prerelease: true },
|
{ name: "next-rc", prerelease: "rc" }
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user