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

Parse the release note from a BUILD-only commit in googleapis #3368

Open
JoeWang1127 opened this issue Nov 13, 2024 · 1 comment
Open

Parse the release note from a BUILD-only commit in googleapis #3368

JoeWang1127 opened this issue Nov 13, 2024 · 1 comment
Labels
hermetic-build priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@JoeWang1127
Copy link
Collaborator

Parse the release note from a BUILD-only commit in googleapis, e.g., googleapis/googleapis@de97a5f.

Modify

if versioned_proto_path in paths and (not file.endswith("BUILD.bazel")):

@JoeWang1127 JoeWang1127 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. hermetic-build labels Nov 13, 2024
@blakeli0
Copy link
Collaborator

blakeli0 commented Jan 8, 2025

Adding a little more background info, we initially decided to not include BUILD file changes in the commit history generation because it could include changes from other languages. However, Java only changes to BUILD files are also excluded. We need to have a way to exclude changes from other languages in BUILD file, and only include changes from Java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hermetic-build priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants