Skip to content

Commit bceb86c

Browse files
authored
doc: fix declare GA docs (#13989)
1 parent 9d16ff3 commit bceb86c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/contributor/howto-guide-declare-a-library-ga.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ for lib in "${ga[@]}"; do sed -i 's/^Please note that the Google Cloud C/While t
8585

8686
### `google/cloud/${library}/CMakeLists.txt`:
8787

88-
Update the CMake library targets.
88+
Update the CMake library targets and the quickstart runner.
8989

9090
```shell
9191
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
9293
```
9394

9495
## Reference the GA targets in the quickstarts

0 commit comments

Comments
 (0)