From 66c8cdf08e947d63d5f6984515caa259e7f7acbf Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Mon, 14 Oct 2024 16:37:40 +0200 Subject: [PATCH] =?UTF-8?q?=09Modification=20exp=C3=A9rimentale=20du=20scr?= =?UTF-8?q?ipt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automate.sh b/automate.sh index 3e3120b..77031ad 100644 --- a/automate.sh +++ b/automate.sh @@ -24,6 +24,7 @@ else echo "Commit en cours..." sleep 1 git commit + git tag -l "v.*" echo "Entrez la version du tag:" read tag git tag $tag