Home > @microsoft/rush-lib > IGetChangedProjectsOptions > excludeVersionOnlyChanges
IGetChangedProjectsOptions.excludeVersionOnlyChanges property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If set to true, excludes projects where the only changes are: - A version-only change to package.json (only the "version" field differs) - Changes to CHANGELOG.md and/or CHANGELOG.json files
This prevents rush version --bump from triggering rush change --verify to request change files for the version bumps and changelog updates it creates.
Signature:
excludeVersionOnlyChanges?: boolean;