Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90
libraries:
- id: proto-plus
version: 1.26.1
last_generated_commit: ""

Choose a reason for hiding this comment

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

medium

For better semantic clarity, consider using null instead of an empty string "" to indicate that there is no last generated commit yet. This makes the intent clearer that the value is absent, rather than being an empty string value. In YAML, this can be represented explicitly with null.

    last_generated_commit: null

apis: []
source_roots:
- .
Expand Down
Loading