Skip to content

Commit aa82e80

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#569)
1 parent dbbe435 commit aa82e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-vision/synth.py

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
logging.basicConfig(level=logging.DEBUG)
2323

24+
AUTOSYNTH_MULTIPLE_COMMITS = True
25+
26+
2427
# Run the gapic generator
2528
gapic = gcp.GAPICMicrogenerator()
2629
versions = ['v1', 'v1p1beta1', 'v1p2beta1', 'v1p3beta1', 'v1p4beta1']

0 commit comments

Comments
 (0)