-
Notifications
You must be signed in to change notification settings - Fork 67
chore(deps): bump changesets/action from 1.9.0 to 2.1.1 #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,7 @@ jobs: | |
|
|
||
| - name: Create Release Pull Request or Publish to npm | ||
| id: changesets | ||
| uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 | ||
| uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Release token passed only through unsupported env var changesets/action v2 dropped reading the token from the Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| with: | ||
| version: yarn ci:version | ||
| publish: yarn ci:publish | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Release action ignores renamed version and publish inputs
changesets/action v2 renamed the
versionandpublishinputs toversion-scriptandpublish-script. The upgraded step still passes the old names (version/publish), so both are ignored and the customyarn ci:versionandyarn ci:publishscripts never run.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.