Skip to content

Conversation

@sugyan
Copy link
Member

@sugyan sugyan commented Oct 1, 2025

Summary

Fixes CHANGELOG corruption that was introduced in #324 (release-plz-2025-08-15T07-33-21Z).

Issues Fixed

  • Duplicate headers: The release-plz PR incorrectly inserted complete header blocks (from # Changelog to ## [Unreleased]) into 4 CHANGELOG files, causing duplicate headers
  • Incorrect ordering: Version entries were in wrong order (older versions appearing before newer ones, violating Keep a Changelog format)

Changes Made

  • Removed duplicate header sections from:
    • atrium-api/CHANGELOG.md (v0.25.5 and v0.25.6)
    • bsky-sdk/CHANGELOG.md (v0.1.21 and v0.1.22)
    • atrium-repo/CHANGELOG.md (v0.1.5 and v0.1.6)
    • bsky-cli/CHANGELOG.md (v0.1.34 and v0.1.35)
  • Reordered version entries so newest versions appear first (as per Keep a Changelog standard)

Root Cause

The release-plz automated PR (#324) incorrectly prepended entire header blocks instead of just inserting new version entries after the existing ## [Unreleased] section.

🤖 Generated with Claude Code

Fixes CHANGELOG corruption introduced in #324 (release-plz-2025-08-15) where:
- Duplicate headers were inserted in 4 CHANGELOG files
- Version entries were in incorrect order (old before new)

Changes:
- Remove duplicate "# Changelog" headers from atrium-api, bsky-sdk, atrium-repo, and bsky-cli
- Reorder version entries so newest versions appear first (following Keep a Changelog format)

Affected files:
- atrium-api/CHANGELOG.md (v0.25.5 and v0.25.6)
- bsky-sdk/CHANGELOG.md (v0.1.21 and v0.1.22)
- atrium-repo/CHANGELOG.md (v0.1.5 and v0.1.6)
- bsky-cli/CHANGELOG.md (v0.1.34 and v0.1.35)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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