mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-02 14:12:27 +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
This commit is contained in:
@@ -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