Skip to content

Commit

Permalink
refactor: remove useless characters
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Apr 9, 2024
1 parent 693b48b commit 3e0285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async function confirmVersion(currentVersion: string, expectVersion: string) {
{
name,
type: 'list',
choices: [`All packages version ${currentVersion} -> ${expectVersion}:`, BACK_HINT],
choices: [`All packages version ${currentVersion} -> ${expectVersion}`, BACK_HINT],
},
])

Expand Down

0 comments on commit 3e0285b

Please sign in to comment.