X Tutup
Skip to content

Commit 76a25ed

Browse files
Update apps/rush-lib/src/cli/actions/PublishAction.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 54378ce commit 76a25ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/rush-lib/src/cli/actions/PublishAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export class PublishAction extends BaseRushAction {
183183
});
184184
this._applyGitTagsOnPack = this.defineFlagParameter({
185185
parameterLongName: '--apply-git-tags-on-pack',
186-
parameterShortName: undefined,
187186
description: `If specified with --publish and --pack, git tags will be applied for packages` +
188187
` as if a publish was being run without --pack.`
189188
});

0 commit comments

Comments
 (0)
X Tutup