chore(manifest): post-cut bookkeeping for v1.1.0 #170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release-toolkit/manifest-v1.1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated manifest update for v1.1.0 release cut.
Why this PR? The release-toolkit cut path opens a PR for the manifest update rather than direct-pushing to
mainso the toolkit remains compatible with branch protection rules without requiring consumers to provision admin-scope tokens. See release-toolkit#78 for the substrate-honest rationale.Expected lifecycle: CI runs against this PR; the workflow attempts auto-merge via the Forgejo API; if auto-merge succeeds the next workflow run detects
mode=noop(manifest matches HEAD) and exits clean.If this PR sits open: branch protection forbids the workflow token from auto-merging. Either merge manually (one-off action), or wire a separate auto-merge mechanism for PRs from
release-toolkit/manifest-*branches. Until the manifest update lands,release-decide.shwill not advance its walk window.Auto-merge attempt failed (likely cause: branch protection forbids the workflow token from merging to
main). Please merge this PR manually to complete the v1.1.0 cut substrate-state. See the PR body for context.