mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Remove $ from version number
This commit is contained in:
2
.github/update-release-branch.py
vendored
2
.github/update-release-branch.py
vendored
@@ -161,7 +161,7 @@ def update_changelog(version):
|
||||
else:
|
||||
content = EMPTY_CHANGELOG
|
||||
|
||||
newContent = content.replace('[UNRELEASED]', f'${version} - {get_today_string()}', 1)
|
||||
newContent = content.replace('[UNRELEASED]', f'{version} - {get_today_string()}', 1)
|
||||
|
||||
with open('CHANGELOG.md', 'w') as f:
|
||||
f.write(newContent)
|
||||
|
||||
Reference in New Issue
Block a user