Skip to content

Commit c0b93a3

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#362)
1 parent fab7d25 commit c0b93a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-automl/synth.py

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
logging.basicConfig(level=logging.DEBUG)
2121

22+
AUTOSYNTH_MULTIPLE_COMMITS = True
23+
24+
2225
gapic = gcp.GAPICMicrogenerator()
2326
versions = ['v1beta1', 'v1']
2427
for version in versions:

0 commit comments

Comments
 (0)