| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@a45c4d5...198f833) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
⚠️ No Changeset foundLatest commit: 4257728 Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
Sorry, something went wrong.
There was a problem hiding this comment.
🔴 Changesets action left without an auth token
Since v2.0.0 changesets/action no longer accepts the token via the GITHUB_TOKEN environment variable and requires the github-token input instead. The step only sets the env var and passes no github-token, leaving the action without a usable token.
(Refers to this code)
Was this helpful? React with 👍 or 👎 to provide feedback.
Sorry, something went wrong.
| version: yarn ci:version | ||
| publish: yarn ci:publish |
There was a problem hiding this comment.
🔴 Release workflow no longer versions or publishes
Since v2.0.0 changesets/action renamed its version and publish inputs to version-script and publish-script, but the step still passes version: and publish:. Under the pinned v2.1.0 these names are ignored, so no version bump or npm publish runs.
| version: yarn ci:version | |
| publish: yarn ci:publish | |
| version-script: yarn ci:version | |
| publish-script: yarn ci:publish |
Was this helpful? React with 👍 or 👎 to provide feedback.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps changesets/action from 1.9.0 to 2.1.0.
Release notesSourced from changesets/action's releases.
... (truncated)
ChangelogSourced from changesets/action's changelog.
... (truncated)
CommitsDependabot 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: