Skip to content

fix(changelog): clean up v1.2.2 entry + fix insertion logic#16

Merged
desiorac merged 1 commit intomainfrom
fix/changelog-v1.2.2
Mar 11, 2026
Merged

fix(changelog): clean up v1.2.2 entry + fix insertion logic#16
desiorac merged 1 commit intomainfrom
fix/changelog-v1.2.2

Conversation

@desiorac
Copy link
Member

Summary

  • v1.2.2 CI release failed (HTTP 409 on CHANGELOG commit via API — branch protection)
  • The deploy script fix (674bfad) was already in place but the tag used the old workflow
  • This PR cleans up the resulting CHANGELOG mess and fixes update_changelog.py

Changes

  • Move v1.2.2 entry to correct position (top, after header)
  • Remove duplicate v1.2.1 entries and stale [Unreleased] block appended at bottom
  • Fix update_changelog.py: insert after first --- separator instead of [Unreleased] marker

…tion logic

The v1.2.2 CI release failed because branch protection blocked the
CHANGELOG commit via GitHub API (HTTP 409). The deploy script was
already fixed (674bfad) but the tag used the old workflow.

This commit:
- Moves v1.2.2 entry to correct position (after header, before v1.2.1)
- Removes duplicate v1.2.1 entries and stale [Unreleased] block
- Fixes update_changelog.py to insert after first --- separator
  instead of relying on [Unreleased] marker
@github-actions
Copy link

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@desiorac desiorac merged commit 039aa3a into main Mar 11, 2026
3 checks passed
@desiorac desiorac deleted the fix/changelog-v1.2.2 branch March 11, 2026 01:14
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.

1 participant