Skip to content

Commit 32bdcce

Browse files
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#319)
1 parent 62cdb72 commit 32bdcce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-oslogin/synth.py

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

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

24+
AUTOSYNTH_MULTIPLE_COMMITS = True
25+
26+
2427
gapic = gcp.GAPICMicrogenerator()
2528
versions = ['v1beta', 'v1']
2629
for version in versions:

0 commit comments

Comments
 (0)