Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Release workflow always fails

Every push to main invokes v2 with removed version, publish, commit, and title inputs, which the action rejects before releasing. Version pull requests and package publication stop entirely.

Prompt for agents
Migrate .github/workflows/release.yml to the changesets/action v2 interface. The existing version, publish, commit, and title inputs were renamed to version-script, publish-script, commit-message, and pr-title. Also review token configuration under the v2 contract: custom tokens belong in the github-token input rather than GITHUB_TOKEN in env. Preserve the current scripts and release naming while updating the input names.
Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: npm run version
Expand Down