diff --git a/synth.py b/synth.py index 06139a4..7e32267 100644 --- a/synth.py +++ b/synth.py @@ -20,6 +20,9 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + # run the gapic generator gapic = gcp.GAPICMicrogenerator() versions = ['v1', 'v1beta1']