Skip to content

Commit 2d59e2f

Browse files
zimegClaudemwbrooks
authored
ci: keep release candidate in draft for tests before tag (#567)
ci: create release PR as draft Co-authored-by: Claude <svc-devxp-claude@slack-corp.com> Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent c6d6f32 commit 2d59e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
gh pr edit "$EXISTING_PR" --title "$PR_TITLE" --body "$PR_BODY" --milestone "Next Release" --add-label "release" --add-label "semver:${SEMVER}"
132132
echo "Updated PR #$EXISTING_PR"
133133
else
134-
gh pr create --head rc --base main --title "$PR_TITLE" --body "$PR_BODY" --milestone "Next Release" --add-label "release" --add-label "semver:${SEMVER}"
134+
gh pr create --draft --head rc --base main --title "$PR_TITLE" --body "$PR_BODY" --milestone "Next Release" --add-label "release" --add-label "semver:${SEMVER}"
135135
echo "Created new release PR"
136136
fi

0 commit comments

Comments
 (0)