chore(release): pending release v0.31.2#368
Merged
marcusrbrown merged 5 commits intoreleasefrom Mar 22, 2026
Merged
Conversation
CI Release job now uses the preview script for both PR and main paths. Real publishing only happens via auto-release.yaml when a next->release PR is merged. This prevents CI from accidentally publishing releases.
…creation (#363) - Add allow_force_pushes to release branch protection settings - CI resets remote release to latest tag before creating next->release PR - Prevents dist/ rename conflicts in pending release PRs
* fix(release): allow force-push on release branch and reset before PR creation - Add allow_force_pushes to release branch protection settings - CI resets remote release to latest tag before creating next->release PR - Prevents dist/ rename conflicts in pending release PRs * fix(release): remove merge commit requirement from auto-release GitHub does not support per-branch merge method restrictions. The squash/rebase merge still puts the correct code on release. The remaining guards (merged PR, head=next, base=release, HEAD matches merge_commit_sha) are sufficient.
auto-release now resets release to the last tag and merges next with --no-ff so semantic-release sees all individual commits, not just the squashed PR commit message. Also add --no-verify to CI push steps since CI has already verified.
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.
Pending Release: v0.31.2
This PR tracks changes pending release. Released on the next auto-release cycle (Sunday/Wednesday) or via manual dispatch.
Merge this PR to trigger a release. Releases also run automatically on Sunday/Wednesday at 20:00 UTC, or via manual workflow dispatch.
Commits Since Last Release
Auto-generated by the release pipeline. Updated: 2026-03-22 20:10 UTC