Fix blinka release PR language list
This commit is contained in:
parent
c1c1a5d036
commit
9325509b54
@ -271,6 +271,7 @@ def generate_download_info():
|
|||||||
info = current_info[board]
|
info = current_info[board]
|
||||||
for version in info["versions"]:
|
for version in info["versions"]:
|
||||||
previous_releases.add(version["version"])
|
previous_releases.add(version["version"])
|
||||||
|
previous_languages.update(version["languages"])
|
||||||
if version["stable"] == new_stable or (
|
if version["stable"] == new_stable or (
|
||||||
new_stable and version["version"].startswith(this_version)
|
new_stable and version["version"].startswith(this_version)
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user