We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3037cd4 commit bfdd8d7Copy full SHA for bfdd8d7
release/utils/flags-config.ts
@@ -308,10 +308,15 @@ export const command_config: CommandConfig = {
308
promote: {
309
name: 'Promote to LTS',
310
cmd: 'promote',
311
- description: 'Promote a prior release to LTS',
+ description:
312
+ 'Promote a prior release to LTS.\nThis will upate the dist-tags on npm without publishing any new versions or tarballs',
313
alt: ['retag', 'lts', 'lts-promote'],
314
options: promote_flags_config,
- 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
+ ],
320
},
321
// retag: {},
322
default: {
0 commit comments