Skip to content

Commit e7a5d51

Browse files
committed
chore: correct update_changelog.py to generate the correct tag
1 parent 09c7503 commit e7a5d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main() -> None:
3535

3636
run(
3737
"create changelog",
38-
f"git-cliff --verbose --bump -t {current_version} -o CHANGELOG.md",
38+
f"git-cliff --bump -t v{current_version} -o CHANGELOG.md",
3939
shell=True,
4040
timeout=600,
4141
)

0 commit comments

Comments
 (0)