Skip to content

Commit

Permalink
chore: fix automation for ai release (googleapis#11417)
Browse files Browse the repository at this point in the history
We used to release these module individually. We no londer due and marking them as such in the post processor manipulates the release please configuration files.
  • Loading branch information
codyoss authored Jan 8, 2025
1 parent 56d704e commit a1bc682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/postprocessor/releaseplease.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ var unreleasedModuleDir map[string]bool = map[string]bool{

var individuallyReleasedModules map[string]bool = map[string]bool{
".": true,
"ai": true,
"aiplatform": true,
"auth": true,
"auth/oauth2adapt": true,
"bigquery": true,
Expand Down
6 changes: 6 additions & 0 deletions release-please-config-yoshi-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"advisorynotifications": {
"component": "advisorynotifications"
},
"ai": {
"component": "ai"
},
"aiplatform": {
"component": "aiplatform"
},
"alloydb": {
"component": "alloydb"
},
Expand Down

0 comments on commit a1bc682

Please sign in to comment.