feat(release): release-please config + unified release.yml (RIG-2914) - #741
Merged
mattwilkinsonn merged 1 commit intoAug 30, 2026
Merged
Conversation
T1+T2 of the frozen unified-release-lane design (docs/designs/platform/compass-unified-release-lane.md, DL-298/299/300/301). T1 — release-please configuration: - release-please-config.json (release-type: simple, root component, include-component-in-tag: false for bare vX.Y.Z tags, bump-minor-pre-major + bump-patch-for-minor-pre-major for pre-1.0 damping). - .release-please-manifest.json seeded at 0.1.0. - version.txt at 0.1.0 (source of truth). T2 — unified .github/workflows/release.yml (supersedes the closed #711 draft): - Trigger push:main (no paths filter, so release-pr sees every commit) + workflow_dispatch; workflow-level permissions: {} with per-job grants. - release-pr job: release-please authenticated by a scoped GitHub App token (create-github-app-token), NOT GITHUB_TOKEN, so the Release PR receives pull_request CI and branch protection is a real merge gate (DL-301). App secrets provisioned by T6 (RIG-2995). - publish-image job: the per-push :git-<sha12>+:latest publish duty relocated from publish-agent-image.yml (verbatim steps), self-gated by an in-job changed-path check over the image closure set (defined once as a workflow env), force-publishing on workflow_dispatch. Concurrency group publish-agent-image + cancel-in-progress:false + queue:max (DL-299 no-drop). publish-agent-image.yml stays live in parallel (T4/RIG-2994 retires it after one green per-push run under two-PR staging). No release-assets/release-image jobs (T3/RIG-2915). Refs RIG-1746 Refs RIG-2914 Ledger-impact: none Co-authored-by: Matt Wilkinson <matt@rigel.build>
|
Compass engineering docs preview: https://compass-native-rig-2914-unif.compass-eng-docs.pages.dev Deployed from |
mattwilkinsonn
approved these changes
Aug 30, 2026
mattwilkinsonn
deleted the
compass-native/rig-2914-unified-release-t1t2
branch
August 30, 2026 19:00
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.
This PR is part of a stack containing 3 PRs:
mainT1+T2 of the frozen unified-release-lane design
(docs/designs/platform/compass-unified-release-lane.md, DL-298/299/300/301).
T1 — release-please configuration:
include-component-in-tag: false for bare vX.Y.Z tags, bump-minor-pre-major +
bump-patch-for-minor-pre-major for pre-1.0 damping).
T2 — unified .github/workflows/release.yml (supersedes the closed #711 draft):
workflow_dispatch; workflow-level permissions: {} with per-job grants.
(create-github-app-token), NOT GITHUB_TOKEN, so the Release PR receives
pull_request CI and branch protection is a real merge gate (DL-301). App
secrets provisioned by T6 (RIG-2995).
from publish-agent-image.yml (verbatim steps), self-gated by an in-job
changed-path check over the image closure set (defined once as a workflow
env), force-publishing on workflow_dispatch. Concurrency group
publish-agent-image + cancel-in-progress:false + queue:max (DL-299 no-drop).
publish-agent-image.yml stays live in parallel (T4/RIG-2994 retires it after one
green per-push run under two-PR staging). No release-assets/release-image jobs
(T3/RIG-2915).
Refs RIG-1746
Refs RIG-2914
Ledger-impact: none
Co-authored-by: Matt Wilkinson matt@rigel.build