Skip to content

Commit 612eac1

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#229)
1 parent 1ecd5ec commit 612eac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-scheduler/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
# Run the gapic generator
2326
gapic = gcp.GAPICMicrogenerator()
2427
versions = ['v1beta1', 'v1']

0 commit comments

Comments
 (0)