Compare commits

...

5 Commits

203 changed files with 1494 additions and 7 deletions

View File

@@ -24,8 +24,8 @@ else
echo "Commit en cours..." echo "Commit en cours..."
sleep 1 sleep 1
git commit git commit
git tag -l "v.*" git tag -l "v.*" --sort="-v:refname"
echo "Entrez la version du tag:" echo "Entrez la version du tag: (Le plus récent est en haut)"
read tag read tag
git tag $tag git tag $tag
echo "Push des fichiers au Gitea, branche main..." echo "Push des fichiers au Gitea, branche main..."

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