Modification expérimentale du script

This commit is contained in:
Guillaume Emorine 2024-10-14 16:32:19 +02:00
parent c06fca73e5
commit 7ae730b3be

View File

@ -24,6 +24,7 @@ else
echo "Commit en cours..." echo "Commit en cours..."
sleep 1 sleep 1
git commit git commit
git tag -l v.
echo "Entrez la version du tag:" echo "Entrez la version du tag:"
read tag read tag
git tag $tag git tag $tag