feat(visionai-v1): generate library#5136
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5136 +/- ##
=======================================
Coverage 97.88% 97.89%
=======================================
Files 211 211
Lines 42072 42072
=======================================
+ Hits 41184 41185 +1
+ Misses 888 887 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| [package] | ||
| name = "google-cloud-visionai-v1" | ||
| version = "0.0.0" |
There was a problem hiding this comment.
Hmmm... I think that is how the Librarian folks want things. The bump to 1.0 happens after the library is introduced.
@JoeWang1127 is there a playbook, link, document explaining why we start at 0.0.0 ?
There was a problem hiding this comment.
The initial version is 0.0.0 if not defined in library config: https://github.com/googleapis/librarian/blob/78db342a567abfa775bea2bda5ce31767fb794ff/internal/sidekick/rust/codec.go#L75
I think you can update this value to have a different initial version.
Fixes #4987