Compare commits

...

5 Commits

203 changed files with 1494 additions and 7 deletions

View File

@@ -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.*" --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..."

Some files were not shown because too many files have changed in this diff Show More