Skip to content

Commit

Permalink
fix(php-yoshi): set "version" if it's in composer.json (#2192)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
bshaffer and chingor13 authored Jan 25, 2024
1 parent 75b4386 commit 5e6186f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/strategies/php-yoshi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
{
Expand Down

0 comments on commit 5e6186f

Please sign in to comment.