Skip to content

chore: release v0.13.30#140

Merged
paperbenni merged 1 commit into
mainfrom
release-plz-2026-05-07T10-07-15Z
May 8, 2026
Merged

chore: release v0.13.30#140
paperbenni merged 1 commit into
mainfrom
release-plz-2026-05-07T10-07-15Z

Conversation

@paperbenni
Copy link
Copy Markdown
Member

@paperbenni paperbenni commented May 7, 2026

🤖 New release

  • ins: 0.13.29 -> 0.13.30
Changelog

0.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


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:

  • Note fixes for the completions check affecting the progress bar and a missing dependencies bug in the changelog.

Documentation:

  • Add the 0.13.30 release entry to the changelog with its fixes and miscellaneous maintenance notes.

Chores:

  • Record various maintenance updates in the changelog, including PKGBUILD version sync, doctor check formatting, dependency upgrades, a new Steam orphan doctor check, and deduplicated Arch setup entries.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed progress bar display when completing checks
    • Resolved missing dependencies issue
  • Chores

    • Updated and optimized system dependencies
    • Enhanced build and setup processes

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 7, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Update 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

Change Details Files
Document the new 0.13.30 release in the changelog.
  • Add a new 0.13.30 section under Unreleased with the release date 2026-05-07.
  • List fixes for completions check progress bar interaction and missing dependencies.
  • List other maintenance changes such as syncing PKGBUILD version, release tagging, doctor check formatting, dependency upgrades, initializing a Steam orphan doctor check, and deduplicating Arch setup logic.
  • Retain the existing 0.13.30 entry dated 2026-05-06 immediately below the new section.
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates CHANGELOG.md to document the v0.13.30 release dated 2026-05-07. It adds a new [Unreleased] block and inserts a release entry listing two bug fixes and six release-related activities, replacing context from the prior 0.13.30 (2026-05-06) section.

Changes

Release Documentation

Layer / File(s) Summary
Release Notes
CHANGELOG.md
New [Unreleased] section and 0.13.30 (2026-05-07) release entry are added with Fixed items (progress bar checks, missing dependencies) and Other items (PKGBUILD sync, v0.13.30 release, prettier checks, dependency upgrades, steam orphan check, Arch deduplication). Prior 0.13.30 (2026-05-06) section is preserved below.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • instantOS/instantCLI#139: Both PRs modify v0.13.30 release entries in CHANGELOG.md; this PR updates the entry added in the prior PR.
  • instantOS/instantCLI#138: Both PRs perform release-related updates including changelog and PKGBUILD version synchronization.
  • instantOS/instantCLI#136: Both PRs are release bumps that modify CHANGELOG entries and sync packaging metadata.

Poem

🐇 A nibble here, a note there,
Changelog blooms with release flair,
Progress bars fixed, bugs repaired,
v0.13.30 is now declared!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release v0.13.30' directly and clearly summarizes the main change—publishing release v0.13.30, which aligns perfectly with the CHANGELOG.md update and PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-05-07T10-07-15Z

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 win

Remove 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ba92a3aa-6930-44aa-b11f-2edd4c30c769

📥 Commits

Reviewing files that changed from the base of the PR and between 3ee38c3 and 351da27.

📒 Files selected for processing (1)
  • CHANGELOG.md

@paperbenni paperbenni merged commit bedd004 into main May 8, 2026
4 checks passed
This was referenced May 8, 2026
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