Skip to content

Commit 2e508b6

Browse files
authored
chore: Update version for google-cloud-firestore in .librarian/state.yaml (#16519)
`google-cloud-firestore` was manually removed from the release PR #16193 but the change to the version for `google-cloud-firestore` was not reverted `.librarian/state.yaml` . This PR fixes the issue. Without this fix, we see the following error in librarian automation. ``` time=2026-04-01T20:03:38.254Z level=ERROR msg="librarian command failed" err="failed to fetch conventional commits for library, google-cloud-firestore: failed to get commits for library \"google-cloud-firestore\" with source roots [\"packages/google-cloud-firestore\"] at tag \"google-cloud-firestore-v2.27.0\": failed to find tag google-cloud-firestore-v2.27.0: tag not found" ```
1 parent beaf708 commit 2e508b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ libraries:
18841884
- packages/google-cloud-financialservices/
18851885
tag_format: '{id}-v{version}'
18861886
- id: google-cloud-firestore
1887-
version: 2.27.0
1887+
version: 2.26.0
18881888
last_generated_commit: 59d5f2b46924714af627ac29ea6de78641a00835
18891889
apis:
18901890
- path: google/firestore/admin/v1

0 commit comments

Comments
 (0)