Bump changesets/action from 1.9.0 to 2.1.1 - #875
Conversation
Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.1.1. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@a45c4d5...8488615) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
| - name: Create Release Pull Request or Publish | ||
| id: changesets | ||
| uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d | ||
| uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 |
There was a problem hiding this comment.
🔴 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps changesets/action from 1.9.0 to 2.1.1.
Release notes
Sourced from changesets/action's releases.
... (truncated)
Changelog
Sourced from changesets/action's changelog.
... (truncated)
Commits
8488615v2.1.1d7669c8Version Packages (#722)da1ea29Fix typo in renamed inputs (#721)7545547Version Packages (#719)3043070Prevent test warning annotations (#720)3b7c71cAdd back cwd input (#718)6f58ba3Update pr-status message links to new faq (#716)e52ce9eVersion Packages (#715)78fdc6bExit pre mode (#714)187a104Update deps for stable (#709)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)