chore: release v0.14.3#153
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRelease v0.14.3: bump crate version and document the new release in the changelog; lockfile updated accordingly. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughVersion bump from Release 0.14.3
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="21" />
<code_context>
+- fmt
+- add ssh menu
+- Merge branch 'dev' of github.com:instantOS/instantCLI into dev
+- doc choose
+
## [0.14.2](https://github.com/instantOS/instantCLI/compare/v0.14.1...v0.14.2) - 2026-06-23
</code_context>
<issue_to_address>
**suggestion (typo):** Clarify or correct the phrase "doc choose," which currently reads as ambiguous and possibly a typo.
The bullet point "doc choose" is unclear and likely a typo or truncated phrase. Please reword it to clearly describe the documentation-related change so readers can understand the entry quickly.
Suggested implementation:
```
- clarify documentation for the "choose" feature
```
If "choose" refers to a specific command, menu, or module (e.g. `instant choose`, "choose menu"), you may want to make this even more explicit, such as:
- "update documentation for the `instant choose` command"
or
- "update documentation for the choose menu"
to better match your project's terminology.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| - fmt | ||
| - add ssh menu | ||
| - Merge branch 'dev' of github.com:instantOS/instantCLI into dev | ||
| - doc choose |
There was a problem hiding this comment.
suggestion (typo): Clarify or correct the phrase "doc choose," which currently reads as ambiguous and possibly a typo.
The bullet point "doc choose" is unclear and likely a typo or truncated phrase. Please reword it to clearly describe the documentation-related change so readers can understand the entry quickly.
Suggested implementation:
- clarify documentation for the "choose" feature
If "choose" refers to a specific command, menu, or module (e.g. instant choose, "choose menu"), you may want to make this even more explicit, such as:
- "update documentation for the
instant choosecommand"
or - "update documentation for the choose menu"
to better match your project's terminology.
There was a problem hiding this comment.
🧹 Nitpick comments (2)
CHANGELOG.md (2)
14-14: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueCapitalize "Bazzite".
"Bazzite" is a proper noun (a Linux distribution) and should be capitalized.
🤖 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` at line 14, The changelog entry text uses a lowercase reference to the Bazzite distribution; update the existing entry in the changelog so the proper noun is capitalized consistently. Locate the line containing the home directory fix note and change the word to “Bazzite” while keeping the rest of the entry unchanged.
20-20: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueRemove the auto-generated merge commit message from the changelog.
The entry "Merge branch 'dev' of github.com:instantOS/instantCLI into dev" is an internal Git operation with no user-facing value. Consider filtering merge commit messages from release-plz changelog generation, or manually removing them.
🤖 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` at line 20, Remove the auto-generated merge commit entry from the changelog by updating the changelog generation flow so internal Git merge messages are filtered out, or by excluding that merge commit in the release-plz changelog step. Use the changelog generation/config path that produces the release notes, and ensure only user-facing commits appear in the generated output.
🤖 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.
Nitpick comments:
In `@CHANGELOG.md`:
- Line 14: The changelog entry text uses a lowercase reference to the Bazzite
distribution; update the existing entry in the changelog so the proper noun is
capitalized consistently. Locate the line containing the home directory fix note
and change the word to “Bazzite” while keeping the rest of the entry unchanged.
- Line 20: Remove the auto-generated merge commit entry from the changelog by
updating the changelog generation flow so internal Git merge messages are
filtered out, or by excluding that merge commit in the release-plz changelog
step. Use the changelog generation/config path that produces the release notes,
and ensure only user-facing commits appear in the generated output.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: f0d047f7-fc9e-4f19-96a7-d8e3aa3a1865
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.mdCargo.toml
🤖 New release
ins: 0.14.2 -> 0.14.3Changelog
This PR was generated with release-plz.
Summary by Sourcery
Prepare the v0.14.3 release of the ins CLI, updating metadata and changelog.
Build:
Documentation:
Summary by CodeRabbit