You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generation/new_client_hermetic_build/README.md
+10-34Lines changed: 10 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# New client generation (GitHub Action)
2
2
This new generation workflow enables generation of new libraries by
3
-
1.appending a new library to our [generation_config.yaml](https://github.com/googleapis/google-cloud-java/blob/c7429c0eec419c01d4e2fe14d063b9335efb810b/generation_config.yaml).
4
-
2.running the hermetic build scripts docker image and
5
-
generate the newly added library.
6
-
3. create a PR with the changes.
3
+
1.Appending a new library to our [generation_config.yaml](/generation_config.yaml).
4
+
2.Creating a PR with the changes.
5
+
6
+
The new client will be generated by [Hermetic library generation workflow](/.github/workflows/hermetic_library_generation.yaml).
7
7
8
8
9
9
## Components
@@ -14,18 +14,15 @@ A new entry will be added to `libraries` with the necessary generation
0 commit comments