Skip to content

Commit

Permalink
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and sofisl committed Oct 13, 2022
1 parent 9219131 commit e5f0821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-language/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True


gapic = gcp.GAPICMicrogenerator()
# tasks has two product names, and a poorly named artman yaml
for version in ['v1', 'v1beta2']:
Expand Down

0 comments on commit e5f0821

Please sign in to comment.