Conversation
Rename the promote PR title from 'Release SDK updates' to 'chore: promote staging to production'. Clearer (it promotes code, it doesn't cut the release — that's the separate release-please PR) and consistent with the conventional 'release: X.Y.Z' style. Safe because prod rebase-merges (the PR title never becomes a commit); do not squash-merge the promote PR or this chore title would suppress release-please's version bump. Note: applied at PR-creation time only, so existing open promote PRs keep their current title.
The cutover to self-hosted stlc replaces the Stainless GitHub App with the stock googleapis/release-please-action. The /release skill still discovered the PR via '--app stainless-app', which finds nothing once the App is removed. - Step 1: discover via '--head release-please--branches--main' instead of '--app stainless-app'. - Constraints + Step 6: note the PR/Release are produced by stock release-please (RELEASE_PLEASE_TOKEN), authored by the token user, not stainless-app[bot].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
10bfbf9 ci(promote): use conventional title for the promote PR