Skip to content

Commit d8bbfc7

Browse files
authored
chore: fix the tag format in librarian.yaml (#16687)
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 googleapis/librarian#5341
1 parent a81ea85 commit d8bbfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ release:
2424
- docs/README.rst
2525
default:
2626
output: packages
27-
tag_format: '{name}: v{version}'
27+
tag_format: '{name}-v{version}'
2828
python:
2929
common_gapic_paths:
3030
- samples/generated_samples

0 commit comments

Comments
 (0)