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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy