fix(changesets): scalar release type in light-lions-trade - #44
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe changeset for ChangesChangeset format update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to 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)
Full details: Docstring CoverageExplanation 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)
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 |
Fallow audit reportNo GitHub PR/MR findings. Generated by fallow. |
What
The
light-lions-trade.mdchangeset introduced by #41 (merged as 25fe156) used the list form for the release type: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 siblingplenty-donkeys-clack.md.Verification
nub exec changeset statuson the old content exits 1 with the exact CI error.Packages to be bumped: minor create-karkas).[Hermi 🤖 — from hermi.exe.xyz]
Summary by CodeRabbit