-
Notifications
You must be signed in to change notification settings - Fork 69
chore(install): add postversion
script
#3029
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?
Conversation
🦋 Changeset detectedLatest commit: ffd82f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Pull Request Overview
Add a postversion
script to the install tool package to ensure that ALL_PACKAGES.ts
gets updated automatically when package versions are bumped, maintaining consistency in the package registry.
- Add
postversion
script that runs thewritePackageNames.ts
script - Include changeset documentation for the patch version update
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tools/install/package.json | Adds postversion npm script to automatically update package names |
.changeset/warm-pants-call.md | Documents the patch change with changeset entry |
Size Change: 0 B Total Size: 1.99 MB ℹ️ View Unchanged
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add postversion script to
install
tool package to ensureALL_PACKAGES.ts
updates correctly when new packages are added