File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## [UNRELEASED]
14
14
15
+ No user facing changes.
16
+
15
17
"""
16
18
17
19
# The branch being merged from.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
PR_BODY="Updates version and changelog."
102
102
103
103
# Update the changelog
104
- perl -i -pe 's/^/## \[UNRELEASED\]\n\n/ if($.==3)' CHANGELOG.md
104
+ perl -i -pe 's/^/## \[UNRELEASED\]\n\nNo user facing changes.\n\ n/ if($.==3)' CHANGELOG.md
105
105
git add .
106
106
git commit -m "Update changelog and version after $VERSION"
107
107
npm version patch
Original file line number Diff line number Diff line change 2
2
3
3
## [ UNRELEASED]
4
4
5
+ No user facing changes.
6
+
5
7
## 1.0.2 - 17 Jun 2021
6
8
7
9
- Fix out of memory in hash computation. [ #550 ] ( https://github.com/github/codeql-action/pull/550 )
You can’t perform that action at this time.
0 commit comments