Skip to content

Commit

Permalink
chore(internal/postprocessor): add vertexai to individuallyReleasedMo…
Browse files Browse the repository at this point in the history
…dules (googleapis#9152)
  • Loading branch information
quartzmo authored Dec 13, 2023
1 parent 6dfbc78 commit 9611350
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
"tpu": "1.6.4",
"trace": "1.10.4",
"translate": "1.9.3",
"vertexai": "0.1.0",
"video": "1.20.3",
"videointelligence": "1.11.4",
"vision": "2.7.5",
Expand Down
1 change: 1 addition & 0 deletions internal/postprocessor/releaseplease.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var individuallyReleasedModules map[string]bool = map[string]bool{
"pubsublite": true,
"spanner": true,
"storage": true,
"vertexai": true,
}

var defaultReleasePleaseConfig = &releasePleaseConfig{
Expand Down
3 changes: 0 additions & 3 deletions release-please-config-yoshi-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,6 @@
"translate": {
"component": "translate"
},
"vertexai": {
"component": "vertexai"
},
"video": {
"component": "video"
},
Expand Down

0 comments on commit 9611350

Please sign in to comment.