chore: back-merge main into develop (post-release v2.2.0) - #115
Merged
Conversation
workflow_dispatch workflows are only dispatchable when present on the default branch (main). This one-time bootstrap puts prepare-release.yml on main so it can be dispatched against develop. Future release PRs keep it on main automatically. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Automated release prep for **v2.2.0** (created manually — the `prepare release` run regenerated the changelog and pushed `release/v2.2.0`, but GitHub Actions is blocked from creating PRs; see note below). Regenerated `CHANGELOG.md` via git-changelog. Backfills **v2.0.7** and **v2.1.0** (the file was stale) and adds **v2.2.0**. Merging promotes develop → main; then dispatch **comlink-python release** on `main` to build, publish to PyPI, and tag v2.2.0. >⚠️ The `prepare release` workflow itself failed at `gh pr create` with *"GitHub Actions is not permitted to create or approve pull requests."* To make future runs (and the automated `backmerge.yml`) self-sufficient, enable **Settings → Actions → General → Workflow permissions → "Allow GitHub Actions to create and approve pull requests"**, or switch those workflows to a PAT secret.
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.
Post-release sync of
mainback intodevelop(the stepbackmerge.ymlwould automate — opened manually because GitHub Actions is blocked from creating PRs).Brings the regenerated
CHANGELOG.md(v2.2.0 + backfilled v2.1.0/v2.0.7) and main's tip into develop, keeping gitflow ancestry intact. No code changes — changelog only.Merge with "Create a merge commit" (not rebase) to preserve the merge point.