Skip to content

Commit 7c85273

Browse files
author
Benjamin E. Coe
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#634)
1 parent 0b2d729 commit 7c85273

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

handwritten/datastore/synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
logging.basicConfig(level=logging.DEBUG)
77

8+
AUTOSYNTH_MULTIPLE_COMMITS = True
9+
10+
811
gapic = gcp.GAPICMicrogenerator()
912
version = 'v1'
1013
library = gapic.typescript_library(

0 commit comments

Comments
 (0)