Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: export explicit version from protos.js #150

Merged
merged 4 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#…
…147)

602ad4e
commit 602ad4e
Author: Benjamin E. Coe <bencoe@google.com>
Date:   Tue Mar 31 18:38:44 2020 -0700

    build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#147)
  • Loading branch information
yoshi-automation committed Apr 3, 2020
commit d3658802c1ff6bf12efb3fdf76fc5bd60ef23b19
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-03T12:02:18.853411Z",
"updateTime": "2020-04-03T12:02:48.016063Z",
"sources": [
{
"git": {
Expand Down
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True


# run the gapic generator
gapic = gcp.GAPICMicrogenerator()
versions = ['v1', 'v1beta1']
Expand Down