Skip to content
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

feat: add changeTrackingFiles option to monorepo-next.config.js #530

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

kellyselden
Copy link
Collaborator

Packages that have a build step don't get tracked during the release process. Because their files array has something like dist, it doesn't track any files in git, and it looks like it doesn't have any releasable changes. This option appends your existing NPM settings, so you don't have to duplicate a long files list.

Packages that have a build step don't get tracked during the release process. Because their `files` array has something like `dist`, it doesn't track any files in git, and it looks like it doesn't have any releasable changes. This option appends your existing NPM settings, so you don't have to duplicate a long files list.
@kellyselden kellyselden merged commit 312c105 into CrowdStrike:main Feb 21, 2025
5 checks passed
@kellyselden kellyselden deleted the changeTrackingFiles branch February 21, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant