From 0df186ea7087636fc5c58b32de7f98e4bba91d77 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 31 Mar 2020 18:37:12 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#125) --- packages/google-cloud-phishingprotection/synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-phishingprotection/synth.py b/packages/google-cloud-phishingprotection/synth.py index 9794be5343f..72e25af2258 100644 --- a/packages/google-cloud-phishingprotection/synth.py +++ b/packages/google-cloud-phishingprotection/synth.py @@ -20,6 +20,9 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + # run the gapic generator gapic = gcp.GAPICMicrogenerator() versions = ['v1beta1']