rush change

Records changes made to projects, indicating how the package version number should be bumped for the next publish

Options

NameDescription
-v, --verifyVerify the change file has been generated and that it is a valid JSON file
--no-fetchSkips fetching the baseline branch before running "git diff" to detect changes
-b, --target-branch <BRANCH>If this parameter is specified, compare the checked out branch with the specified branch to determine which projects were changed. If this parameter is not specified, the checked out branch is compared against the "master" branch
--overwriteIf a changefile already exists, overwrite without prompting (or erroring in --bulk mode)
--email <EMAIL>The email address to use in changefiles. If this parameter is not provided, the email address will be detected or prompted for in interactive mode
--bulkIf this flag is specified, apply the same change message and bump type to all changed projects. The --message and the --bump-type parameters must be specified if the --bulk parameter is specified
--message <MESSAGE>The message to apply to all changed projects if the --bulk flag is provided
--bump-type <BUMP_TYPE>The bump type to apply to all changed projects if the --bulk flag is provided