Move 8.2.1 withdrawal note from CHANGELOG.md to HISTORY.md - #649
Closed
LukasAud wants to merge 1 commit into
Closed
Conversation
The release-prep automation regenerates CHANGELOG.md wholesale from git tags/PRs, which drops hand-written notes and resurrects a v8.2.1 section (since the tag still exists) with no indication it was withdrawn. Preserve that context in HISTORY.md before the next release-prep run strips it.
|
Lukas Audzevicius seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
Summary
gh changelog new) regeneratesCHANGELOG.mdwholesale from git tags/PRs each release. It drops the hand-written note underv9.0.0explaining that8.2.1was mistakenly published as a patch (despite dropping Puppet 7 support) and was withdrawn from the Forge.v8.2.1git tag still exists, the regenerator resurrects a## [v8.2.1]section on the next run as if it were a normal release, with no indication it was pulled — confirmed by testing the actual release-prep workflow (see the now-closed Release prep v9.1.0 #648).HISTORY.md(which isn't touched by release-prep) as a## 8.2.1 (Withdrawn)entry, and removes the note fromCHANGELOG.mdsince it would be stripped by automation anyway.Test plan
gh changelog newdrops the note and reintroduces a barev8.2.1section.HISTORY.mdchange is additive only;CHANGELOG.mdchange is a two-line removal, no other content touched.