chore: regenerate CHANGELOG.md to fix duplicate entries#70
Conversation
The changelog had duplicate content from being generated at different points across branches. Regenerate cleanly from main so release-plz can parse it going forward. Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
Summary by CodeRabbit
WalkthroughThe CHANGELOG.md file was updated to remove unreleased Bug Fixes and Refactor sections while updating a release entry to reference PR Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
🧪 CI InsightsHere's what we observed from your CI run for 257c710. 🟢 All jobs passed!But CI Insights is watching 👀 |
There was a problem hiding this comment.
Pull request overview
This PR regenerates CHANGELOG.md (via git-cliff) to remove malformed/duplicate section entries that were preventing release-plz from parsing the changelog cleanly.
Changes:
- Removes the duplicated/misformatted “Bug Fixes” and “Refactor” subsections under the unreleased section.
- Consolidates/cleans up miscellaneous task entries (including adding the PR link for the release-plz entry).
Summary
WARN: failed to parse changelogTest plan
🤖 Generated with Claude Code