From 7bac3d2a28edcdf78357e86dcabfd2c19043bcca Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 16 Apr 2026 10:17:28 +0000 Subject: [PATCH] chore: fix the tag format in librarian.yaml This was created by a bug in the migration tool. Note that this won't have any impact until we're using librarian for releasing, but we should get it fixed ahead of time. Fixes https://github.com/googleapis/librarian/issues/5341 --- librarian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian.yaml b/librarian.yaml index 7c0eb430af62..2a0f689733cd 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -24,7 +24,7 @@ release: - docs/README.rst default: output: packages - tag_format: '{name}: v{version}' + tag_format: '{name}-v{version}' python: common_gapic_paths: - samples/generated_samples