Skip to content

Commit 0180c70

Browse files
committed
refactor: rename parent release
1 parent 7ca3c6c commit 0180c70

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
@@ -173,7 +173,7 @@ export default class Publish {
173173
console.log();
174174

175175
console.log( `New version: ${ ansi.underline( this.#newRelease.versionString ) }, tags: ${ this.#createTagsText() || "-" }` );
176-
console.log( `Parent version: ${ this.#parentRelease?.versionString || "-" }` );
176+
console.log( `Parent version: ${ this.#parentRelease?.versionString || "-" }` );
177177

178178
if ( this.#isMajorRelease ) {
179179
console.log( `New release branch "${ this.#newReleaseBranch }" will be created` );

0 commit comments

Comments
 (0)