From 55b1ff112b2ed3bceb7b5edd22750603c934cf4a Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 31 Mar 2020 18:00:08 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits --- synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synth.py b/synth.py index d3ca94e3c..0510b425b 100644 --- a/synth.py +++ b/synth.py @@ -17,6 +17,9 @@ import logging logging.basicConfig(level=logging.DEBUG) + +AUTOSYNTH_MULTIPLE_COMMITS = True + common_templates = gcp.CommonTemplates() templates = common_templates.node_library() s.copy(templates, excludes=["LICENSE", "README.md"])