We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe72552 commit fe870f8Copy full SHA for fe870f8
1 file changed
release/mk-download-page-from-github.py
@@ -1,7 +1,9 @@
1
#!/usr/bin/env python3
2
3
-SUPPORTED_VERSIONS=[6]
4
-BETA_VERSIONS=[7]
+# TODO: use version number syntax to determine these values
+# latest version with X.Y release == supported, any with only X.Y.Z == beta
5
+SUPPORTED_VERSIONS=[7]
6
+BETA_VERSIONS=[8]
7
8
from subprocess import check_output
9
import json
0 commit comments