Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/v1' into aeisenberg/mergeback-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed May 31, 2021
2 parents 981b5cb + 4917d3c commit 7d701d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/update-release-branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import datetime
import os

EMPTY_CHANGELOG = """
# CodeQL Action and CodeQL Runner Changelog
EMPTY_CHANGELOG = """# CodeQL Action and CodeQL Runner Changelog
## [UNRELEASED]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CodeQL Action and CodeQL Runner Changelog

## [UNRELEASED]
## 1.0.0 - 31 May 2021

- Add this changelog file. [#507](https://github.com/github/codeql-action/pull/507)
- Improve grouping of analysis logs. Add a new log group containing a summary of metrics and diagnostics, if they were produced by CodeQL builtin queries. [#515](https://github.com/github/codeql-action/pull/515)
Expand Down

0 comments on commit 7d701d2

Please sign in to comment.