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
This commit is contained in:
Elio Bischof
2025-10-23 21:59:43 +02:00
committed by GitHub
parent b080ed8884
commit 8693de8170

View File

@@ -2,7 +2,6 @@ module.exports = {
branches: [ branches: [
{ name: "next" }, { name: "next" },
{ name: "next-rc", prerelease: "rc" }, { name: "next-rc", prerelease: "rc" },
{ name: "release-archives-clean", prerelease: "ignore-me" },
], ],
plugins: [ plugins: [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
@@ -12,7 +11,6 @@ module.exports = {
{ {
draftRelease: true, draftRelease: true,
successComment: false, successComment: false,
releaseBodyTemplate: "IGNORE THIS RELEASE\n\nThis is a temporary test-release that will be deleted soon.",
assets: [ assets: [
{ {
path: ".artifacts/pack/zitadel-linux-amd64.tar.gz", path: ".artifacts/pack/zitadel-linux-amd64.tar.gz",