From 5e6186ff8c57435b293c64b84e63fd9a05c30f1c Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 25 Jan 2024 15:24:55 -0700 Subject: [PATCH] fix(php-yoshi): set "version" if it's in composer.json (#2192) Co-authored-by: Jeff Ching --- src/strategies/php-yoshi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strategies/php-yoshi.ts b/src/strategies/php-yoshi.ts index aa66b3b47..ab1323108 100644 --- a/src/strategies/php-yoshi.ts +++ b/src/strategies/php-yoshi.ts @@ -114,6 +114,7 @@ export class PHPYoshi extends BaseStrategy { splitCommits[directory] ); versionsMap.set(composer.name, newVersion); + versionsMap.set('version', newVersion); const partialReleaseNotes = await this.changelogNotes.buildNotes( splitCommits[directory], {