We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af77ddb commit 54378ceCopy full SHA for 54378ce
apps/rush-lib/src/cli/actions/PublishAction.ts
@@ -184,7 +184,7 @@ export class PublishAction extends BaseRushAction {
184
this._applyGitTagsOnPack = this.defineFlagParameter({
185
parameterLongName: '--apply-git-tags-on-pack',
186
parameterShortName: undefined,
187
- description: `If specified with --publish and --pack, git tags will be applied for packages on pack` +
+ description: `If specified with --publish and --pack, git tags will be applied for packages` +
188
` as if a publish was being run without --pack.`
189
});
190
}
0 commit comments