mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-23 08:16:49 +00:00
chore: cleanup .releaserc.js (#10957)
# Which Problems Are Solved
For testing purposes, we modified the .reseaserc.js. The test relevant
changes are reverted.
# How the Problems Are Solved
- The test branch is removed from the branches array.
- The default releaseBodyTemplate value is used again.
# Additional Context
- Cleanup for #10956
(cherry picked from commit 8693de8170)
This commit is contained in:
committed by
Livio Spring
parent
ec91be8725
commit
06f9270605
@@ -2,7 +2,6 @@ module.exports = {
|
||||
branches: [
|
||||
{ name: "next" },
|
||||
{ name: "next-rc", prerelease: "rc" },
|
||||
{ name: "release-archives-clean", prerelease: "ignore-me" },
|
||||
],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
@@ -12,7 +11,6 @@ module.exports = {
|
||||
{
|
||||
draftRelease: true,
|
||||
successComment: false,
|
||||
releaseBodyTemplate: "IGNORE THIS RELEASE\n\nThis is a temporary test-release that will be deleted soon.",
|
||||
assets: [
|
||||
{
|
||||
path: ".artifacts/pack/zitadel-linux-amd64.tar.gz",
|
||||
|
||||
Reference in New Issue
Block a user