fix(changelog): don't write unreleased preview on pre-release#1231
Merged
Conversation
Drop the CHANGELOG.md write from the pre-release workflow so a version entry only appears once it's actually released. package.json bump and the master commit are unchanged. Also remove the current preview section. Closes #1230 Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
f236a81 to
a3df3b5
Compare
patrikbraborec
added a commit
that referenced
this pull request
Jun 26, 2026
The pre-release workflow wrote a speculative `## X.Y.Z` changelog section into `CHANGELOG.md` on every push to master. A version entry should appear only once it's actually released. - Drop the `Update CHANGELOG.md` step from `pre_release.yaml`. The package.json bump and the master commit are unchanged. - Remove the current preview section from `CHANGELOG.md`. The stable `release.yaml` flow still generates the dated, linked version section from commit history at release time, so nothing is lost. Closes #1230 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
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.
The pre-release workflow wrote a speculative
## X.Y.Zchangelog section intoCHANGELOG.mdon every push to master. A version entry should appear only once it's actually released.Update CHANGELOG.mdstep frompre_release.yaml. The package.json bump and the master commit are unchanged.CHANGELOG.md.The stable
release.yamlflow still generates the dated, linked version section from commit history at release time, so nothing is lost.Closes #1230
🤖 Generated with Claude Code