Skip to content

Commit 9a709c1

Browse files
committed
Add changelog note
1 parent 43c9f26 commit 9a709c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/update-release-branch.py

+3
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ def main():
285285
print('Migrating changelog notes from v2 to v1')
286286
subprocess.run(['sed', '-i', 's/^## 2\./## 1./g', 'CHANGELOG.md'])
287287

288+
# Remove changelog notes from v2 that don't apply to v1
289+
subprocess.run(['sed', '-i', '/^- The CodeQL Action now runs on Node\.js v16\./d', 'CHANGELOG.md'])
290+
288291
# Amend the commit generated by `npm version` to update the CHANGELOG
289292
run_git('add', 'CHANGELOG.md')
290293
run_git('commit', '-m', f'Update version and changelog for v{version}')

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000)
66

77
## 1.1.5 - 15 Mar 2022
88

0 commit comments

Comments
 (0)