ci(release-please): add release notes at staging promotion - #116
Open
amandazhuyilan wants to merge 1 commit into
Open
ci(release-please): add release notes at staging promotion#116amandazhuyilan wants to merge 1 commit into
amandazhuyilan wants to merge 1 commit into
Conversation
Adds release-please (Python) triggered on pushes to staging, targeting the staging branch. A dev -> staging promotion compiles the promoted commits into the staging release PR / notes + GitHub Release + CHANGELOG.
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.
Pull Request
Summary
CHANGELOG.md, GitHub Release, git tag) from thestagingbranch.push: [staging]withtarget-branch: staging, so adev → stagingpromotion compiles the promoted commits into release notes.devhas no release line of its own — releases exist only at the promotion point (staging).dev/staging); this only adds release notes/versioning on top.How to use it
dev: open PRs intodevand squash-merge them, so each feature becomes one clean commit.dev → stagingPR and merge it using "Create a merge commit".staging, release-please opens/updates a release PR (release-please--branches--staging--…) previewing the version bump + notes.CHANGELOG.md+ tag.Activation (important — one-time)
stagingbranch. So after merging this PR intodev, promotedev → stagingto carry it across; the first release PR appears on that promotion.Type of change
Checklist