Skip to content

Commit a4b2cfb

Browse files
authored
chore: release auth standalone (#8552)
1 parent bcdb70a commit a4b2cfb

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.release-please-manifest-submodules.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"artifactregistry": "1.14.1",
1616
"asset": "1.14.1",
1717
"assuredworkloads": "1.11.1",
18-
"auth": "0.0.0",
1918
"automl": "1.13.1",
2019
"baremetalsolution": "1.2.0",
2120
"batch": "1.4.0",

internal/postprocessor/releaseplease.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727

2828
var individuallyReleasedModules map[string]bool = map[string]bool{
2929
".": true,
30+
"auth": true,
3031
"bigquery": true,
3132
"bigtable": true,
3233
"datastore": true,

release-please-config-yoshi-submodules.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
"assuredworkloads": {
5252
"component": "assuredworkloads"
5353
},
54-
"auth": {
55-
"component": "auth"
56-
},
5754
"automl": {
5855
"component": "automl"
5956
},

0 commit comments

Comments
 (0)