Skip to content

fix(git-cliff-release): drop "not yet released" from unreleased heading#28

Closed
patrikbraborec wants to merge 1 commit into
mainfrom
fix/drop-not-yet-released
Closed

fix(git-cliff-release): drop "not yet released" from unreleased heading#28
patrikbraborec wants to merge 1 commit into
mainfrom
fix/drop-not-yet-released

Conversation

@patrikbraborec

Copy link
Copy Markdown

The unreleased section in generated changelogs renders as ## X.Y.Z - **not yet released**. This drops the suffix so the heading is just the version, matching the released-heading format.

Affects all repos using the built-in config (no cliff_config_path override).

🤖 Generated with Claude Code

The unreleased section rendered as `## X.Y.Z - **not yet released**`. Reduce
it to just the version so it matches the released heading format.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@patrikbraborec

Copy link
Copy Markdown
Author

Closing — this isn't the right fix. For repos that keep the unreleased preview, the "not yet released" label is the signal that distinguishes a speculative section from a shipped release; dropping just the text makes ## X.Y.Z look released. The real issue (not wanting the speculative entry) is better solved per-repo by not writing the preview into the committed CHANGELOG on pre-release — see apify/apify-cli#1231.

@patrikbraborec patrikbraborec deleted the fix/drop-not-yet-released branch June 26, 2026 08:18
Sign up for free to 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.

2 participants