Skip to content

Commit ec4e6d4

Browse files
committed
fix changelog on auto-version bump
1 parent 3915e2b commit ec4e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def main():
127127
"--config",
128128
".config/cliff.toml",
129129
"--tag",
130-
Updater.new_version,
130+
f"v{Updater.new_version}",
131131
"--output",
132132
"CHANGELOG.md",
133133
],

0 commit comments

Comments
 (0)