Skip to content

Commit a370d51

Browse files
authored
chore: enable context aware commits (#75)
1 parent 9a7cb99 commit a370d51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

synth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
import synthtool.gcp as gcp
1919
import synthtool.languages.java as java
2020

21+
AUTOSYNTH_MULTIPLE_COMMITS = True
22+
2123
gapic = gcp.GAPICGenerator()
2224

2325
protobuf_header = "// Generated by the protocol buffer compiler. DO NOT EDIT!"

0 commit comments

Comments
 (0)