Skip to content

Commit 7597cd7

Browse files
committed
chore(style): fix typo
1 parent daa58e1 commit 7597cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class Publish {
118118
console.log( this.#changelog.createReport() );
119119
console.log( "" );
120120

121-
console.log( `"New version: ${ ansi.underline( this.#currentRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
121+
console.log( `New version: ${ ansi.underline( this.#currentRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
122122
console.log( `Previous version: ${ this.#changelog.previousRelease?.versionString || "-" }` );
123123
console.log( "" );
124124

0 commit comments

Comments
 (0)