Skip to content

fix(changelog): drop "not yet released" from version heading#1229

Closed
patrikbraborec wants to merge 1 commit into
masterfrom
fix/changelog-not-yet-released
Closed

fix(changelog): drop "not yet released" from version heading#1229
patrikbraborec wants to merge 1 commit into
masterfrom
fix/changelog-not-yet-released

Conversation

@patrikbraborec

Copy link
Copy Markdown
Contributor

The version heading rendered as ## 1.6.3 - **not yet released**. The suffix comes from the git-cliff template built into apify/actions/git-cliff-release.

  • Add a local cliff.toml (the action's built-in config with the unreleased heading reduced to just the version) and wire it via cliff_config_path in both release workflows, so future releases don't emit the suffix.
  • Clean the current 1.6.3 entry.

Closes #1228

🤖 Generated with Claude Code

Add a local cliff.toml overriding the action's built-in template and wire
it via cliff_config_path so future releases don't emit the suffix.

Closes #1228

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@patrikbraborec patrikbraborec deleted the fix/changelog-not-yet-released branch June 26, 2026 07:49
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.

Changelog renders "- **not yet released**" in version heading

2 participants