We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca3c6c commit 0180c70Copy full SHA for 0180c70
1 file changed
lib/package/release.js
@@ -173,7 +173,7 @@ export default class Publish {
173
console.log();
174
175
console.log( `New version: ${ ansi.underline( this.#newRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
176
- console.log( `Parent version: ${ this.#parentRelease?.versionString || "-" }` );
+ console.log( `Parent version: ${ this.#parentRelease?.versionString || "-" }` );
177
178
if ( this.#isMajorRelease ) {
179
console.log( `New release branch "${ this.#newReleaseBranch }" will be created` );
0 commit comments