Skip to content

ci: release note generation to handle breaking changes#11068

Merged
suztomo merged 1 commit into
googleapis:mainfrom
suztomo:i10844
Aug 12, 2024
Merged

ci: release note generation to handle breaking changes#11068
suztomo merged 1 commit into
googleapis:mainfrom
suztomo:i10844

Conversation

@suztomo

@suztomo suztomo commented Aug 12, 2024

Copy link
Copy Markdown
Member

Fixes #10844

Previously the release note generation script did not handle
the breaking changes section separately from the features section.
This resulted in the breaking changes appearing in the features
section

With this change, the script properly categorizes the entries in
the main CHANGELOG into the 4 sections: breaking changes, features
, bug fixes, and dependency upgrades.

@suztomo suztomo requested a review from a team August 12, 2024 15:30
Previously the release note generation script did not handle
the breaking changes section separately from the features section.
This resulted in the breaking changes appearing in the features
section

With this change, the script properly categorizes the entries in
the main CHANGELOG into the 4 sections: breaking changes, features
, bug fixes, and dependency upgrades.
@suztomo

suztomo commented Aug 12, 2024

Copy link
Copy Markdown
Member Author

"CHANGELOG.md generation test / changelog-generation-test" passed.

@suztomo suztomo requested a review from burkedavison August 12, 2024 15:36
@suztomo suztomo merged commit 2d9bb19 into googleapis:main Aug 12, 2024
lqiu96 pushed a commit that referenced this pull request Jul 7, 2025
Previously the release note generation script did not handle
the breaking changes section separately from the features section.
This resulted in the breaking changes appearing in the features
section

With this change, the script properly categorizes the entries in
the main CHANGELOG into the 4 sections: breaking changes, features
, bug fixes, and dependency upgrades.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breaking changes are labeled as Feature changes in the library-specific CHANGELOG

2 participants