gapic-generator-java
gapic-generator-java copied to clipboard
Set `release_level` to stable if the library version is greater than `1.0.0`
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.