From ca57199ea75a448363009acbe446208550d9d1e1 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 31 Mar 2020 18:00:09 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits --- synth.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/synth.py b/synth.py index 610a147c02..bf640453ff 100644 --- a/synth.py +++ b/synth.py @@ -19,7 +19,13 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + logging.basicConfig(level=logging.DEBUG) + +AUTOSYNTH_MULTIPLE_COMMITS = True + common_templates = gcp.CommonTemplates() templates = common_templates.node_library() s.copy(templates, excludes=[".github/CONTRIBUTING.md", "README.md"])