From 48733e0f098fc7bfb64a7be69f301fe5295591be Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 1 May 2026 09:41:08 +0200 Subject: [PATCH] Stop publishing extra package minor versions with no changes --- splitsh.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/splitsh.json b/splitsh.json index f415dd8d4..20ce501c2 100644 --- a/splitsh.json +++ b/splitsh.json @@ -10,6 +10,7 @@ "string-extra": "extra/string-extra" }, "defaults": { - "git_constraint": "<1.8.2" + "git_constraint": "<1.8.2", + "tag_skip": "minor" } }