You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pass GIT_COMMIT, GIT_REF, BUILD_TIME as Docker build args
- Generate version.json at build time with git info
- Update version.ts to read from version.json in production
- Add getDisplayVersion() showing version + commit hash
- Add isDevBuild() to detect development builds
- Add DEV badge (coral color) on landing page for dev builds
- Production builds (tags starting with 'v') show clean version
Examples:
- Dev: "v1.0.0-rc.1 (e5f1b19)" with DEV badge
- Prod: "v1.0.0" without badge
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments