Skip to content

Commit daaa16a

Browse files
author
Benjamin E. Coe
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#398)
1 parent 1fb3fbe commit daaa16a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/google-cloud-monitoring

packages/google-cloud-monitoring/synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
import logging
2121
logging.basicConfig(level=logging.DEBUG)
2222

23+
AUTOSYNTH_MULTIPLE_COMMITS = True
24+
25+
2326
gapic = gcp.GAPICMicrogenerator()
2427
version = "v3"
2528
library = gapic.typescript_library(

0 commit comments

Comments
 (0)