fix: improve package.json detection by re-taro · Pull Request #94 · changesets/bot
Navigation Menu
{{ message }}
changesets / bot Public
- Notifications You must be signed in to change notification settings
- Fork 27
Open
re-taro wants to merge 1 commit intochangesets:masterfrom
Open
fix: improve package.json detection#94
re-taro wants to merge 1 commit intochangesets:masterfrom
fix: improve package.json detection#94
re-taro wants to merge 1 commit intochangesets:masterfrom
Conversation
Copy link Copy Markdown
re-taro
commented
Nov 26, 2025
re-taro
commented
Summary
- Fix issue where root-level
package.jsonwas not being detected - The condition
item.path.endsWith("/package.json")doesn't matchpackage.jsonat the root directory, so addeditem.path === "package.json"check
Changes
get-changed-packages.ts: Add condition to properly detect root-levelpackage.json
re-taro
requested a review
from emmatown
as a code owner
Copy link Copy Markdown
vercel
bot
commented
Nov 26, 2025
vercel bot commented
Nov 26, 2025@re-taro is attempting to deploy a commit to the Changesets Team on Vercel.
A member of the Team first needs to authorize it.
Copy link Copy Markdown
lukasIO
commented
Jan 30, 2026
lukasIO commented
Jan 30, 2026this should also resolve #82
Copy link Copy Markdown
lukasIO
commented
Jan 30, 2026
lukasIO commented
Jan 30, 2026@Andarist sorry for tagging you, but the original issue has been raised almost 2 years ago. Could we get this merged and released?
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment