Skip to content

chore: release v0.5.76 — ship pipeline auto-commit - #74

Merged
githubrobbi merged 1 commit into
mainfrom
release/v0.5.76
Apr 26, 2026
Merged

chore: release v0.5.76 — ship pipeline auto-commit#74
githubrobbi merged 1 commit into
mainfrom
release/v0.5.76

Conversation

@githubrobbi

Copy link
Copy Markdown
Collaborator

Summary

just ship Phase 2 auto-commit for v0.5.76. This PR routes the version-bump commit through branch-protection rules (auto-merge squash).

Folded into the auto-commit: supply-chain/config.toml exemption bump for libc 0.2.185 → 0.2.186 (crates.io patch update). cargo vet would otherwise have blocked the pre-push hook on libc:0.2.186 missing ["safe-to-deploy"]. Same criteria preserved.

Auto-merge

--auto --squash is queued — GitHub will merge as soon as the required status checks pass. Squash is required because main-protection mandates signed commits, and GitHub's rebase-auto-merge cannot sign the rebased commit; the squash-merge commit is signed by GitHub's own key, which satisfies required_signatures: true. The original author's signed commit remains verifiable in the PR branch history.

After merge

Local main had this commit with a different SHA before squash rewrote it onto main; recover with git fetch origin && git reset --hard origin/main (or just sync, available since v0.5.75).

auto-tag-release.yml will tag v0.5.76 on push-to-main; release.yml then builds and publishes the cross-platform binaries.

Release contents

@githubrobbi
githubrobbi enabled auto-merge (squash) April 26, 2026 18:00
@githubrobbi
githubrobbi merged commit 9053a89 into main Apr 26, 2026
17 checks passed
@githubrobbi
githubrobbi deleted the release/v0.5.76 branch April 26, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant