Skip to content

Commit 8210f81

Browse files
authored
chore: apply state file changes to remove generated common types (googleapis#13155)
This would have caused generation to fail already, but the CLI has a bug where it doesn't check for the existence of files before copying. refs: googleapis/librarian#2593
1 parent 96cfd47 commit 8210f81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,6 +3173,7 @@ libraries:
31733173
- ^oslogin/apiv1beta/gapic_metadata\.json$
31743174
- ^oslogin/apiv1beta/helpers\.go$
31753175
- ^oslogin/apiv1beta/osloginpb/.*$
3176+
- ^oslogin/common/commonpb/.*$
31763177
release_exclude_paths:
31773178
- internal/generated/snippets/oslogin/
31783179
tag_format: '{id}/v{version}'
@@ -4355,6 +4356,7 @@ libraries:
43554356
- ^shopping/merchant/reviews/apiv1beta/gapic_metadata\.json$
43564357
- ^shopping/merchant/reviews/apiv1beta/helpers\.go$
43574358
- ^shopping/merchant/reviews/apiv1beta/reviewspb/.*$
4359+
- ^shopping/type/typepb/.*$
43584360
release_exclude_paths:
43594361
- internal/generated/snippets/shopping/
43604362
tag_format: '{id}/v{version}'

0 commit comments

Comments
 (0)