Skip to content

chore: add Unreleased entry for Dockerfile golang fix - #20

Merged
bborbe merged 1 commit into
masterfrom
fix/changelog-go-1266
Aug 17, 2026
Merged

chore: add Unreleased entry for Dockerfile golang fix#20
bborbe merged 1 commit into
masterfrom
fix/changelog-go-1266

Conversation

@bborbe

Copy link
Copy Markdown
Owner

Adds the missing ## Unreleased entry so the release pipeline cuts v0.3.5 for the Dockerfile golang 1.26.6 fix (PR #19) — the release checker only fires on Unreleased bullets, and v0.3.4 consumed the previous section.

@ben-s-pull-request-reviewerben-s-pull-request-reviewerBot 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.

PR Review: chore: add Unreleased entry for Dockerfile golang 1.26.6 fix

Step 5: Consolidated Report

Changed files reviewed (from diff):CHANGELOG.md

Must Fix (Critical)

None.

Should Fix (Important)

None.

Nice to Have (Optional)

None.

Notes:

  • Only CHANGELOG.md changed — the PR adds a single ## Unreleased bullet documenting the Dockerfile golang 1.26.6 fix (golang:1.26.5golang:1.26.6). No production code was modified.
  • The bullet uses the correct fix: conventional prefix and is properly placed under ## Unreleased. No issues with changelog/conventional-prefix-required or changelog/preamble-frozen.
  • changelog/unreleased-entry-required is satisfied (the ## Unreleased section already had a bullet before this PR — v0.3.4 was the last released version, and the Dockerfile fix needed to be recorded; the new bullet supplements it correctly).

Precommit skipped (selector mode) — CI covers lint+test.

Selector Mode Traceability

  • Candidates: 3 rules matched by Step 4b-i glob filter (changelog/conventional-prefix-required, changelog/preamble-frozen, changelog/unreleased-entry-required)
  • Applicable: 1 rule (changelog/conventional-prefix-required — triggered by CHANGELOG.md and its ## Unreleased bullets)
  • Skipped:
    • changelog/preamble-frozen → no edits to preamble block
    • changelog/unreleased-entry-required## Unreleased section already had a bullet before this PR (trivial-diff waiver applies)

{
"verdict": "approve",
"summary": "PR adds a single properly-formatted changelog bullet documenting the Dockerfile golang 1.26.5→1.26.6 fix. No code changes, no violations of changelog conventions or any other rule.",
"comments": [],
"concerns_addressed": []
}

@bborbe
bborbe merged commit c5279d0 into masterAug 17, 2026
1 check passed
@bborbe
bborbe deleted the fix/changelog-go-1266 branch August 17, 2026 23:01
Sign up for freeto 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

@bborbe