We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54378ce commit 76a25edCopy full SHA for 76a25ed
apps/rush-lib/src/cli/actions/PublishAction.ts
@@ -183,7 +183,6 @@ export class PublishAction extends BaseRushAction {
183
});
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` +
188
` as if a publish was being run without --pack.`
189
0 commit comments