From 8c8e5f8a1f1d3422f2a84594d984e0e16b1faaa1 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Mon, 29 May 2017 13:51:43 +0200 Subject: [PATCH] Split tags correctly too As made possible by https://github.com/jderusse/docker-gitsplit/pull/7 --- .gitsplit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitsplit.yml b/.gitsplit.yml index 553fecef..ce4cac2e 100644 --- a/.gitsplit.yml +++ b/.gitsplit.yml @@ -27,4 +27,4 @@ splits: origins: - ^master$ - ^stable$ - - ^\d+\.\d+$ + - ^v\d+\.\d+\.\d+$