Commit 1d00eaa
authored
chore: Filter out non-semver versions in update_generation_config.sh (googleapis#11831)
Filter out non-semver versions in update_generation_config.sh. This is a
temporary fix for this release because it is causing the [generation
PR](googleapis#11822) on the
main branch to get the RC version of gapic-generator-java and fail the
compilation.
The file is
[templated](https://github.com/googleapis/sdk-platform-java/blob/main/hermetic_build/library_generation/owlbot/templates/java_library/.github/scripts/update_generation_config.sh)
in sdk-platform-java. There will be another fix for the template in
sdk-platform-java.1 parent f32924a commit 1d00eaa
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| |||
174 | 184 | | |
175 | 185 | | |
176 | 186 | | |
177 | | - | |
| 187 | + | |
0 commit comments