You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
- Updated dependencies [66225bf]
The commit 66225bf is listed twice in the CLI changelog's "Updated dependencies" section, which creates confusion about which commits were included in this release.
View Details
Analysis
Duplicate commit hash in CLI changelog causes confusion
What fails: The @workflow/cli 4.0.1-beta.3 changelog lists commit 66225bf twice in the "Updated dependencies" section, creating confusion about which commits were included in the release.
Result: Same commit hash appears twice (lines 7 and 11 of the reported section), suggesting either a tool bug or metadata issue. Users reading release notes cannot determine if this is intentional or an error.
Expected: Each unique commit hash should appear only once in a package's changelog. Commit 66225bf ("Web: Allow filtering by workflow name and status on the runs list view") should be listed once, not twice. The duplicate was likely generated because 66225bf affected both @workflow/web and @workflow/world-local (two of CLI's dependencies), but the changeset tool should deduplicate commit hashes within a single package's changelog.
Root cause: Commit 66225bf created two changeset files (affecting different packages), and the changelog generation included the commit hash for each dependency update separately, creating a duplicate entry in packages that depend on both.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/ai@4.0.1-beta.3
Patch Changes
@workflow/cli@4.0.1-beta.3
Patch Changes
@types/watchpackto be a devDependency@workflow/core@4.0.1-beta.3
Patch Changes
startwhen no args are provided@workflow/next@4.0.1-beta.3
Patch Changes
@workflow/nitro@4.0.1-beta.3
Patch Changes
@workflow/web@4.0.1-beta.3
Patch Changes
workflow@4.0.1-beta.3
Patch Changes
@workflow/world@4.0.1-beta.2
Patch Changes
@types/json-schemadependency (not used)@types/nodefrom being a peerDependencyAuthProviderinterface fromWorldand associated implementations@workflow/world-local@4.0.1-beta.2
Patch Changes
AuthProviderinterface fromWorldand associated implementations@workflow/world-postgres@4.0.1-beta.2
Patch Changes
AuthProviderinterface fromWorldand associated implementations@workflow/world-testing@4.0.1-beta.3
Patch Changes
@workflow/world-vercel@4.0.1-beta.2
Patch Changes
AuthProviderinterface fromWorldand associated implementations