Skip to content

Commit a00296a

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#576)
1 parent 8ed4303 commit a00296a

File tree

1 file changed

+3
-0
lines changed
  • packages/google-cloud-dialogflow

1 file changed

+3
-0
lines changed

packages/google-cloud-dialogflow/synth.py

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
logging.basicConfig(level=logging.DEBUG)
2121

22+
AUTOSYNTH_MULTIPLE_COMMITS = True
23+
24+
2225
gapic = gcp.GAPICMicrogenerator()
2326
versions = ['v2', 'v2beta1']
2427
for version in versions:

0 commit comments

Comments
 (0)