Skip to content

Commit d966969

Browse files
committed
Remove $ from version number
1 parent f6d03f4 commit d966969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def update_changelog(version):
161161
else:
162162
content = EMPTY_CHANGELOG
163163

164-
newContent = content.replace('[UNRELEASED]', f'${version} - {get_today_string()}', 1)
164+
newContent = content.replace('[UNRELEASED]', f'{version} - {get_today_string()}', 1)
165165

166166
with open('CHANGELOG.md', 'w') as f:
167167
f.write(newContent)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeQL Action Changelog
22

3-
## $2.2.0 - 26 Jan 2023
3+
## 2.2.0 - 26 Jan 2023
44

55
- Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. [#1475](https://github.com/github/codeql-action/pull/1475)
66
- This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions [runner images](https://github.com/actions/runner-images).

0 commit comments

Comments
 (0)