We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa58e1 commit 7597cd7Copy full SHA for 7597cd7
1 file changed
lib/package/release.js
@@ -118,7 +118,7 @@ export default class Publish {
118
console.log( this.#changelog.createReport() );
119
console.log( "" );
120
121
- console.log( `"New version: ${ ansi.underline( this.#currentRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
+ console.log( `New version: ${ ansi.underline( this.#currentRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
122
console.log( `Previous version: ${ this.#changelog.previousRelease?.versionString || "-" }` );
123
124
0 commit comments