From f7077f3fd836af56bf88343e60f0d136a2231db7 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 31 Mar 2020 18:40:23 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#563) --- packages/google-cloud-speech/synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-speech/synth.py b/packages/google-cloud-speech/synth.py index 3758b333e89..7eda5ff8582 100644 --- a/packages/google-cloud-speech/synth.py +++ b/packages/google-cloud-speech/synth.py @@ -21,6 +21,9 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + gapic = gcp.GAPICMicrogenerator() common_templates = gcp.CommonTemplates()