Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release note generation to handle breaking changes #11068

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Aug 12, 2024

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 as a code owner 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
Copy link
Member Author

suztomo commented Aug 12, 2024

"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
31 of 32 checks passed
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