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.
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.
🟡 Change to a published package is missing its release-notes entry
This change updates the published CLI package (
packages/cli-v3/src/deploy/buildImage.ts:259-265) but no changeset was added to the pull request, so the fix will not be versioned or appear in user-visible release notes.Impact: The bug fix ships without a version bump or changelog entry, so users won't see it in release notes and the package version won't be updated.
Missing changeset for a public package change
AGENTS.md states: "When modifying any public package (
packages/*orintegrations/*), add a changeset" viapnpm run changeset:add, and CONTRIBUTING.md states that PRs touching/packages"will need to add a changeset to your Pull Requests before they can be merged."packages/cli-v3is the publishedtrigger.devpackage. The PR's only diff is inpackages/cli-v3/src/deploy/buildImage.tsand no file was added under.changeset/.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.