File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9
9
from datetime import date
10
10
from sh .contrib import git
11
11
12
+ sys .path .append ("../docs" )
13
+ import shared_bindings_matrix
14
+
12
15
sys .path .append ("adabot" )
13
16
import adabot .github_requests as github
14
17
@@ -246,6 +249,10 @@ def generate_download_info():
246
249
247
250
languages = get_languages ()
248
251
252
+ support_matrix = shared_bindings_matrix .support_matrix_by_board (
253
+ use_branded_name = False
254
+ )
255
+
249
256
new_stable = "-" not in new_tag
250
257
251
258
previous_releases = set ()
@@ -283,6 +290,7 @@ def generate_download_info():
283
290
new_version = {
284
291
"stable" : new_stable ,
285
292
"version" : new_tag ,
293
+ "modules" : support_matrix .get (alias , "[]" ),
286
294
"files" : {}
287
295
}
288
296
for language in languages :
You can’t perform that action at this time.
0 commit comments