Skip to content

Commit bfdd8d7

Browse files
committed
update docs
1 parent 3037cd4 commit bfdd8d7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

release/utils/flags-config.ts

+7-2
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,15 @@ export const command_config: CommandConfig = {
308308
promote: {
309309
name: 'Promote to LTS',
310310
cmd: 'promote',
311-
description: 'Promote a prior release to LTS',
311+
description:
312+
'Promote a prior release to LTS.\nThis will upate the dist-tags on npm without publishing any new versions or tarballs',
312313
alt: ['retag', 'lts', 'lts-promote'],
313314
options: promote_flags_config,
314-
example: '$ ./publish/index.ts promote',
315+
example: [
316+
'$ bun release promote',
317+
'$ bun release promote --version=5.3.0 --tag=lts',
318+
'$ bun release promote 4.12.5 --tag=lts-4-12',
319+
],
315320
},
316321
// retag: {},
317322
default: {

0 commit comments

Comments
 (0)