Add automatic build version generation from git

Implement a script to automatically generate build version information from git commit hash and date, updating version.json and creating latest.json.
This commit is contained in:
Riyadh
2026-05-17 15:16:02 +00:00
parent 8a5bd5db51
commit cb894f7baa
5 changed files with 61 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"version": "0.1.0-dev",
"build": "20260517.b5efd9eb"
}