From a370d5194315f98c04839e44cd89ce085577364b Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 23 Mar 2020 19:32:45 -0700 Subject: [PATCH] chore: enable context aware commits (#75) --- synth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synth.py b/synth.py index 166b6d505..f010e546d 100644 --- a/synth.py +++ b/synth.py @@ -18,6 +18,8 @@ import synthtool.gcp as gcp import synthtool.languages.java as java +AUTOSYNTH_MULTIPLE_COMMITS = True + gapic = gcp.GAPICGenerator() protobuf_header = "// Generated by the protocol buffer compiler. DO NOT EDIT!"