Skip to content

docs(release-process): per-release authorization gate + pre-tag changelog reconcile#56

Merged
CybotTM merged 2 commits into
mainfrom
docs/release-authorization-and-changelog-reconcile
Jul 18, 2026
Merged

docs(release-process): per-release authorization gate + pre-tag changelog reconcile#56
CybotTM merged 2 commits into
mainfrom
docs/release-authorization-and-changelog-reconcile

Conversation

@CybotTM

@CybotTM CybotTM commented Jul 18, 2026

Copy link
Copy Markdown
Member

From a retrospective on a live multi-release session.

Two additions to release-process.md

Release authorization is per-release (Phase 1, Issue Gate area). A finished feature cycle does not authorize cutting or staging a release; authorization does not carry forward from a prior release, and "fix these issues / finish this PR" never authorizes one. The autonomous pipeline ends at merged PRs + green CI + closed issues, then stops and reports "release-ready". Staging counts as releasing — a bumped, auto-merged release PR is a release the user didn't ask for ("Did you release? I wasn't asking for a release.").

Position is not content (Phase 3). The existing mandatory pre-tag HEAD == remote tip check proves where the tag lands, not that the CHANGELOG describes what it contains. Parallel PRs can merge onto main between release-PR prep and tag time; tagging then ships them undocumented. Adds a pre-tag reconcile step: diff git log --first-parent vPREVIOUS..HEAD against the [X.Y.Z] section and document anything missing before tagging.

Skill version 0.8.4 → 0.8.5. Docs-only.

…elog reconcile

Two failure modes from a live release session:

- Release authorization is per-release: a finished feature cycle (or a
  'fix these issues' task) does not authorize cutting or even staging a
  release. Staging counts — a bumped, auto-merged release PR is a release
  the user did not ask for.
- Position is not content: the mandatory pre-tag HEAD==tip check proves
  where the tag lands, not that the CHANGELOG describes it. Parallel PRs
  merging after the release PR ship undocumented unless the changelog is
  reconciled against git log vPREVIOUS..HEAD immediately before tagging.

Bump skill version 0.8.4 -> 0.8.5.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Copilot AI review requested due to automatic review settings July 18, 2026 07:12
@github-actions github-actions Bot added documentation Improvements or additions to documentation skill labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the release process documentation to emphasize that release authorization is required per-release and to introduce a step for reconciling the CHANGELOG against the git history before tagging. It also bumps the skill version to 0.8.5. The feedback suggests replacing the placeholder 'vPREVIOUS' with '<prev_tag>' in the git command to prevent potential confusion with double 'v' prefixes.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread skills/github-release/references/release-process.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

…le example

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
@sonarqubecloud

Copy link
Copy Markdown

@CybotTM
CybotTM merged commit 739b3b0 into main Jul 18, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants