We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d16ff3 commit bceb86cCopy full SHA for bceb86c
doc/contributor/howto-guide-declare-a-library-ga.md
@@ -85,10 +85,11 @@ for lib in "${ga[@]}"; do sed -i 's/^Please note that the Google Cloud C/While t
85
86
### `google/cloud/${library}/CMakeLists.txt`:
87
88
-Update the CMake library targets.
+Update the CMake library targets and the quickstart runner.
89
90
```shell
91
for lib in "${ga[@]}"; do sed -i 's/EXPERIMENTAL/TRANSITION/' google/cloud/${lib}/CMakeLists.txt; done
92
+for lib in "${ga[@]}"; do sed -i 's/experimental-//' google/cloud/${lib}/CMakeLists.txt; done
93
```
94
95
## Reference the GA targets in the quickstarts
0 commit comments