Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f08554

Browse files
authored
Remove LGTM reference from generate_release_notes.py
LGTM is no more.
1 parent0eb6feb commit0f08554

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎scripts/release/generate_release_notes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ def transform_legacy_rule_path(p):
167167
supported_codeql_configs=json.load(supported_codeql_configs_file)
168168
supported_environments=supported_codeql_configs['supported_environment']
169169

170-
# Find the supported standard libraries that match LGTM tags
171-
lgtm_supported_versions=filter(lambdav:re.match("(lgtm\/)?v1\\.[0-9][0-9]?\\.[0-9][0-9]?",v),map(lambdae:e["codeql_standard_library"],supported_environments))
172-
173170
# Print the release notes to stdout
174171

175172
# Print a summary
@@ -186,10 +183,6 @@ def transform_legacy_rule_path(p):
186183

187184
# Print out "supported versions" statements
188185
print("## Supported versions")
189-
iflen(list(lgtm_supported_versions)):
190-
print(" - The LGTM pack is supported on LGTM versions: `"+"`, ".join(lgtm_supported_versions)+"`.")
191-
else:
192-
print(" - The LGTM pack is not supported on any released version of LGTM without support from GitHub Professional Services.")
193186
print(" - The Code Scanning pack is supported when:")
194187
forsupported_environmentinsupported_environments:
195188
if"ghes"insupported_environment:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp