From ebd0f4df079df76df042c69fdfef872faa10cc57 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 10 Mar 2024 14:16:09 +0100 Subject: [PATCH] Split release channels of MoveTab (#8886) --- repository/m.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/repository/m.json b/repository/m.json index 0247eed3dff..b559b519456 100644 --- a/repository/m.json +++ b/repository/m.json @@ -2537,8 +2537,12 @@ "details": "https://github.com/SublimeText/MoveTab", "releases": [ { - "sublime_text": "*", - "branch": "master" + "sublime_text": ">=4000", + "tags": true + }, + { + "sublime_text": "<4000", + "tags": "st3-v" } ] },