We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9821b8c + 629f582 commit d623a7aCopy full SHA for d623a7a
3 files changed
.github/update-release-branch.py
@@ -12,6 +12,8 @@
12
13
## [UNRELEASED]
14
15
+No user facing changes.
16
+
17
"""
18
19
# The branch being merged from.
.github/workflows/post-release-mergeback.yml
@@ -101,7 +101,7 @@ jobs:
101
PR_BODY="Updates version and changelog."
102
103
# Update the changelog
104
- perl -i -pe 's/^/## \[UNRELEASED\]\n\n/ if($.==3)' CHANGELOG.md
+ perl -i -pe 's/^/## \[UNRELEASED\]\n\nNo user facing changes.\n\n/ if($.==3)' CHANGELOG.md
105
git add .
106
git commit -m "Update changelog and version after $VERSION"
107
npm version patch
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
4
5
6
7
## 1.0.2 - 17 Jun 2021
8
9
- Fix out of memory in hash computation. [#550](https://github.com/github/codeql-action/pull/550)
0 commit comments