File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 44
55cli_version = os .environ ['CLI_VERSION' ]
66
7- # Link the GitHub Release corresponding to the new bundle version.
7+ # The GitHub Release for the new bundle version.
88bundle_release_url = f"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v{ cli_version } "
9- bundle_note = f"To learn more about the relevant changes to the CodeQL CLI and language packs, see the [bundle release]({ bundle_release_url } )."
10-
119# Get the PR number from the PR URL.
1210pr_number = os .environ ['PR_URL' ].split ('/' )[- 1 ]
13- changelog_note = f"- Update default CodeQL bundle version to { cli_version } . { bundle_note } [#{ pr_number } ]({ os .environ ['PR_URL' ]} )"
11+ changelog_note = f"- Update default CodeQL bundle version to [ { cli_version } ]( { bundle_release_url } ). [#{ pr_number } ]({ os .environ ['PR_URL' ]} )"
1412
1513# If the "[UNRELEASED]" section starts with "no user facing changes", remove that line.
1614with open ('CHANGELOG.md' , 'r' ) as f :
You can’t perform that action at this time.
0 commit comments