feat: 版本管理 — VERSION 文件 + 构建发布脚本

- VERSION 文件:版本号单一来源(当前 1.0.0)
- docker-compose.hub.yml / app.yml:镜像 tag 改为 \${IMAGE_TAG:-latest}
- scripts/publish.sh:自动读取 VERSION、打双标签(x.y.z + latest)、推送到 Docker Hub
This commit is contained in:
erio
2026-03-01 21:05:51 +08:00
parent 149a08f1a3
commit c226b1188d
4 changed files with 65 additions and 6 deletions

1
VERSION Normal file
View File

@@ -0,0 +1 @@
1.0.0