Files
MilkyShots/generate-version.ps1
T
REDCODE f9706d26d5 chore: update local dev env, IDE config, and version tooling
Local-only changes: refreshed .env, IDE data-source metadata, a new
VersionEnvGen run config, and the generate-version script.
2026-08-20 14:41:13 +02:00

3 lines
105 B
PowerShell

# generate-version.ps1
"GIT_VERSION=$(git describe --tags --always)" | Set-Content -Path .env -NoNewline