Commit b3dc4cb9 authored by Jan T. Sott's avatar Jan T. Sott Committed by FichteFoll

NSIS: use release tags (#5501)

parent 6c6d27df
...@@ -639,11 +639,15 @@ ...@@ -639,11 +639,15 @@
}, },
{ {
"details": "https://github.com/SublimeText/NSIS", "details": "https://github.com/SublimeText/NSIS",
"labels": ["language syntax", "nsis"], "labels": ["language syntax", "nsis", "build system"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"branch": "master" "tags": "st2-"
},
{
"sublime_text": ">=3103",
"tags": "st3-"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment