From 1dfe133ed703387f65f20c863750b4cf66d8ea7f Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Mon, 14 Oct 2024 16:53:26 +0200 Subject: [PATCH] Modification du script pour qu'il soit fonctionel et plus pratique. --- automate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automate.sh b/automate.sh index 77031ad..2daaa7e 100644 --- a/automate.sh +++ b/automate.sh @@ -24,8 +24,8 @@ else echo "Commit en cours..." sleep 1 git commit - git tag -l "v.*" - echo "Entrez la version du tag:" + git tag -l "v.0*" --sort="-v:refname" + echo "Entrez la version du tag: (Le plus récent est en haut)" read tag git tag $tag echo "Push des fichiers au Gitea, branche main..."