fix: version

This commit is contained in:
ISA
2025-06-17 13:56:14 +02:00
parent 23ec079eb9
commit f312a0d61d
5 changed files with 6 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ echo "🔄 Version wird automatisch erhöht (bumpVersion.js)..."
node scripts/bumpVersion.js
# Automatisch relevante Dateien zum Commit hinzufügen
git add package.json package-lock.json config/appVersion.js
git add package.json package-lock.json .env.development .env.production
# Fortsetzen mit dem Commit