chore: release v0.13.30#140
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdate changelog to document the 0.13.30 release generated by release-plz, adding the latest release notes while keeping the previous 0.13.30 entry intact. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughThis PR updates ChangesRelease Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- There are now two
## [0.13.30]sections in CHANGELOG.md with different dates; consider reconciling these into a single entry or correcting the version/date to avoid confusion.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- There are now two `## [0.13.30]` sections in CHANGELOG.md with different dates; consider reconciling these into a single entry or correcting the version/date to avoid confusion.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
CHANGELOG.md (1)
10-38:⚠️ Potential issue | 🟠 Major | ⚡ Quick winRemove duplicate version entry for 0.13.30.
The changelog now contains two separate entries for version 0.13.30 with different dates (2026-05-07 and 2026-05-06). This violates the Keep a Changelog format standard that this project adheres to (lines 5-6), which expects a single entry per version. Having duplicate version entries will confuse users about which changes are actually in the release.
The older entry from 2026-05-06 (lines 26-38) should be removed, leaving only the 2026-05-07 entry as the canonical release record.
📝 Proposed fix to remove the duplicate entry
## [0.13.30](https://github.com/instantOS/instantCLI/compare/v0.13.29...v0.13.30) - 2026-05-07 ### Fixed - fix completions check messing with progress bar - fix missing deps bug ### Other - sync PKGBUILD version - release v0.13.30 - prettier doctor checks - upgrade deps - init steam orphan doctor check - deduplicate arch setup -## [0.13.30](https://github.com/instantOS/instantCLI/compare/v0.13.29...v0.13.30) - 2026-05-06 - -### Fixed - -- fix completions check messing with progress bar -- fix missing deps bug - -### Other - -- prettier doctor checks -- upgrade deps -- init steam orphan doctor check -- deduplicate arch setup - ## [0.13.29](https://github.com/instantOS/instantCLI/compare/v0.13.28...v0.13.29) - 2026-05-05🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@CHANGELOG.md` around lines 10 - 38, Remove the duplicate changelog block for version header "## [0.13.30](https://github.com/instantOS/instantCLI/compare/v0.13.29...v0.13.30) - 2026-05-06" and keep only the canonical "## [0.13.30] ... - 2026-05-07" entry; ensure the older block (the entire second occurrence including its "### Fixed" and "### Other" subsections) is deleted so there is a single 0.13.30 entry in CHANGELOG.md.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@CHANGELOG.md`:
- Around line 10-38: Remove the duplicate changelog block for version header "##
[0.13.30](https://github.com/instantOS/instantCLI/compare/v0.13.29...v0.13.30) -
2026-05-06" and keep only the canonical "## [0.13.30] ... - 2026-05-07" entry;
ensure the older block (the entire second occurrence including its "### Fixed"
and "### Other" subsections) is deleted so there is a single 0.13.30 entry in
CHANGELOG.md.
🤖 New release
ins: 0.13.29 -> 0.13.30Changelog
This PR was generated with release-plz.
Summary by Sourcery
Document the 0.13.30 release in the changelog with details on recent fixes and maintenance updates.
Bug Fixes:
Documentation:
Chores:
Summary by CodeRabbit
Bug Fixes
Chores