Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 602ad4e

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#147)
1 parent cc4cc51 commit 602ad4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

synth.py

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

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

23+
AUTOSYNTH_MULTIPLE_COMMITS = True
24+
25+
2326
# run the gapic generator
2427
gapic = gcp.GAPICMicrogenerator()
2528
versions = ['v1', 'v1beta1']

0 commit comments

Comments
 (0)