@@ -141,7 +141,9 @@ Optional arguments:
141141`;
142142
143143exports[`CommandLineHelp prints the help for each action: change 1`] = `
144- "usage: rush change [-h] [-v] [--no-fetch] [-b BRANCH]
144+ "usage: rush change [-h] [-v] [--no-fetch] [-b BRANCH] [--email EMAIL] [--bulk]
145+ [--message MESSAGE] [--bump-type { major ,minor ,patch } ]
146+
145147
146148Asks a series of questions and then generates a <branchname >-<timestamp >.json
147149file in the common folder. The \`publish\` command will consume these files and
@@ -172,6 +174,18 @@ Optional arguments:
172174 which projects were changed. If this parameter is not
173175 specified, the checked out branch is compared against
174176 the \\"master\\" branch.
177+ --email EMAIL The email address to use in changefiles. If this
178+ parameter is not provided, the email address will be
179+ detected or prompted for in intractive mode.
180+ --bulk If this flag is specified, apply the same change
181+ message and bump type to all changed projects. The
182+ --message and the --bump-type parameters must be
183+ specified if the --bulk parameter is specified
184+ --message MESSAGE The message to apply to all changed projects if the
185+ --bulk flag is provided.
186+ --bump-type { major ,minor ,patch }
187+ The bump type to apply to all changed projects if the
188+ --bulk flag is provided.
175189"
176190`;
177191
0 commit comments