File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313## [UNRELEASED]
1414
15+ No user facing changes.
16+
1517"""
1618
1719# The branch being merged from.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 PR_BODY="Updates version and changelog."
102102
103103 # 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
105105 git add .
106106 git commit -m "Update changelog and version after $VERSION"
107107 npm version patch
Original file line number Diff line number Diff line change 22
33## [ UNRELEASED]
44
5+ No user facing changes.
6+
57## 1.0.2 - 17 Jun 2021
68
79- 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