From e5f082171df43bb9c62dc9020dbfb0a651f07f7d Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 31 Mar 2020 18:36:47 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#402) --- packages/google-cloud-language/synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-language/synth.py b/packages/google-cloud-language/synth.py index edb25dcb29a..ecd49e1940d 100644 --- a/packages/google-cloud-language/synth.py +++ b/packages/google-cloud-language/synth.py @@ -5,6 +5,9 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + gapic = gcp.GAPICMicrogenerator() # tasks has two product names, and a poorly named artman yaml for version in ['v1', 'v1beta2']: