Skip to content

Commit ea6fe33

Browse files
committed
docs: update release command description to reflect signed tag
1 parent e673a25 commit ea6fe33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/src/cli/commands/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const releaseCommand = buildCommand<ReleaseCommandFlags, ReleaseArgs>({
7171
docs: {
7272
brief: 'Release backend, frontend, and standalone packages',
7373
fullDescription:
74-
'Bump release versions from the latest v* tag and create a commit and annotated tag.',
74+
'Bump release versions from the latest v* tag and create a commit and signed tag.',
7575
},
7676
func: runReleaseCommand,
7777
});

0 commit comments

Comments
 (0)