better realease file + video presentation

This commit is contained in:
sorlinv
2026-05-19 08:32:28 +02:00
parent 18c90cd36e
commit 94aaee4c95
2 changed files with 454 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ fi
############################################
# Commit + tag local + push
############################################
git add package.json version.json
git add package.json version.json package-lock.json src/ main.js preload.js .gitignore
git commit -m "chore: release ${TAG}" || true
git tag -a "${TAG}" -m "Release ${TAG}"
git push