Skip to content

Test librarian with new wrkflw#16959

Draft
ohmayr wants to merge 13 commits intomainfrom
test-librarian-with-new-wrkflw
Draft

Test librarian with new wrkflw#16959
ohmayr wants to merge 13 commits intomainfrom
test-librarian-with-new-wrkflw

Conversation

@ohmayr
Copy link
Copy Markdown
Contributor

@ohmayr ohmayr commented May 6, 2026

wip

@ohmayr ohmayr requested review from a team as code owners May 6, 2026 06:02
@ohmayr ohmayr requested review from sycai and removed request for a team May 6, 2026 06:02
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the versions of various libraries in the repository, as reflected in .librarian/state.yaml, CHANGELOG.md, and librarian.yaml. The review identified that the CHANGELOG.md file contains unsorted entries, likely due to an issue in the automated generation tool. Additionally, it was noted that the removal of a comment in librarian.yaml regarding skip_release for google-cloud-bigtable should be addressed by documenting the reasoning in config.yaml instead, as comments are not preserved in librarian.yaml during serialization.

Comment thread CHANGELOG.md
Comment on lines +150 to +151
- [google-cloud-security-publicca==0.7.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-security-publicca/CHANGELOG.md)
- [google-cloud-quotas==0.7.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-quotas/CHANGELOG.md)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The list of changelogs is not correctly sorted alphabetically. For example, google-cloud-security-publicca (line 150) is misplaced relative to google-cloud-quotas (line 151). Additionally, entries with suffixes like google-cloud-alloydb-connectors (line 19) appear before their base package google-cloud-alloydb (line 20). This suggests a potential issue in the sorting logic of the librarian tool used to generate this file.

Comment thread librarian.yaml
- path: google/bigtable/admin/v2
skip_generate: true
# TODO(b/501132869): Disabling automatic releases until resolved.
skip_release: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The explanatory comment for skip_release: true was removed. Note that comments in librarian.yaml are not preserved during YAML serialization. Please document the explanation for this configuration (e.g., the reference to b/501132869) in config.yaml instead. If the underlying issue is resolved, consider removing the skip_release and skip_generate restrictions.

References
  1. Comments in librarian.yaml are not preserved during YAML serialization. Explanations for configurations, such as skip_release, should be documented in other files like config.yaml.

@ohmayr ohmayr marked this pull request as draft May 6, 2026 06:19
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.

2 participants