gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

Set `release_level` to stable if the library version is greater than `1.0.0`

Open JoeWang1127 opened this issue 1 year ago • 0 comments

The release_level of each library is hardcoded in the generation configuration.

We should set the value according to the library version such that it should be stable if the library version is >= 1.0.0; otherwise it's preview.

Remove this parameter from the generation configuration after we have implemented the logic.

JoeWang1127 avatar Nov 07 '24 19:11 JoeWang1127