Skip to content

fix(changesets): scalar release type in light-lions-trade - #44

Merged
Guria merged 1 commit into
mainfrom
fix/changeset-scalar-demo
Aug 28, 2026
Merged

fix(changesets): scalar release type in light-lions-trade#44
Guria merged 1 commit into
mainfrom
fix/changeset-scalar-demo

Conversation

@Guria

@Guria Guria commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

What

The light-lions-trade.md changeset introduced by #41 (merged as 25fe156) used the list form for the release type:

"@karkas/demo":
  - patch

changesets v3 rejects this: could not parse changeset - invalid release type for package "@karkas/demo". Expected a string for release type, but got: object — the Release workflow on main has been failing since (run 33123225808; a first attempt to unblock it in 24a2c61 changed config formatting, which was not the cause).

Fix

Single line: "@karkas/demo": patch (scalar), matching the sibling plenty-donkeys-clack.md.

Verification

  • Reproduced: nub exec changeset status on the old content exits 1 with the exact CI error.
  • Fixed: exits 0 (Packages to be bumped: minor create-karkas).

[Hermi 🤖 — from hermi.exe.xyz]

Summary by CodeRabbit

  • Chores
    • Updated release metadata formatting for the demo package.

The list form ("@karkas/demo":\n  - patch) fails changesets v3 parsing
with: could not parse changeset - invalid release type, expected a
string. Release workflow on main has been red since 25fe156.
Introduced by #41.
@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5d57553d-4a2c-41a0-b1ef-836f769dd3c7

📥 Commits

Reviewing files that changed from the base of the PR and between 24a2c61 and b2c8828.

📒 Files selected for processing (1)
  • .changeset/light-lions-trade.md

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The changeset for @karkas/demo now declares the patch version as a scalar instead of a one-item YAML list.

Changes

Changeset format update

Layer / File(s) Summary
Update version declaration
.changeset/light-lions-trade.md
The @karkas/demo version declaration now uses the scalar patch value.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to b2c88

This localized changeset formatting fix restores release workflow parsing without changing application behavior; no actionable merge-blocking risk remains after normal checks and review.

🚥 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 clearly and concisely describes the main change: updating the Changesets release type to scalar format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/changeset-scalar-demo

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.

@github-actions

Copy link
Copy Markdown
Contributor

Fallow audit report

No GitHub PR/MR findings.

Generated by fallow.

@Guria
Guria merged commit 3045453 into main Aug 28, 2026
2 of 3 checks passed
@Guria
Guria deleted the fix/changeset-scalar-demo branch August 28, 2026 00:58
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