fix(release): use the renamed changesets/action v2 inputs - #52
Conversation
The release workflow has failed on every push to main since 2026-09-05, so this package has not published in about six days. Renovate bumped changesets/action to v2 and then v2.1.2 without updating the call site, and v2 renamed its inputs: publish -> publish-script version -> version-script commit -> commit-message The action refuses to run when given the old names, so the step failed before doing any work. pnpm verify was already passing in those runs. buddy-agent-harness is on the same action version with the corrected names and its release succeeds; this brings the two into line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YFKdPvMquYJP5DkcJQ4T5t
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 75 75
Branches 25 25
=========================================
Hits 75 75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
The
releaseworkflow has failed on every push tomainsince 2026-09-05 — eight consecutive runs — so this package has not published in about six days.Renovate bumped the action (
2b56f71a8to v2, thena01f35e37to v2.1.2) without updating the call site, and v2 renamed its inputs. The step still passed the v1 names, so the action refused to run:This renames the three keys.
pnpm verifywas already passing in those runs; only this step failed.buddy-agent-harnessis on the samechangesets/action@v2.1.2with the corrected names and its release succeeds, so this brings the two into line.Test plan
buddy-agent-harnessworkflow exactlyreleaserun onmainafter merge opens a Version Packages PR — it should cover every changeset accumulated since 2026-09-05, not just the most recent oneNo changeset: this touches only
.github/, which is not part of the published package.🤖 Generated with Claude Code
https://claude.ai/code/session_01YFKdPvMquYJP5DkcJQ4T5t