Skip to content

Commit

Permalink
chore: release auth standalone (#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Sep 11, 2023
1 parent bcdb70a commit a4b2cfb
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 @@ -15,7 +15,6 @@
"artifactregistry": "1.14.1",
"asset": "1.14.1",
"assuredworkloads": "1.11.1",
"auth": "0.0.0",
"automl": "1.13.1",
"baremetalsolution": "1.2.0",
"batch": "1.4.0",
Expand Down
1 change: 1 addition & 0 deletions internal/postprocessor/releaseplease.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (

var individuallyReleasedModules map[string]bool = map[string]bool{
".": true,
"auth": true,
"bigquery": true,
"bigtable": true,
"datastore": true,
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 @@ -51,9 +51,6 @@
"assuredworkloads": {
"component": "assuredworkloads"
},
"auth": {
"component": "auth"
},
"automl": {
"component": "automl"
},
Expand Down

0 comments on commit a4b2cfb

Please sign in to comment.