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
Update BUILD.md for current CI, testing, and build system
- Fix output locations (build/bundle/, not build/{browser}/)
- Add visual regression testing section
- Add CI matrix documentation
- Remove outdated symlink workflow
- Update version tracking with VERSION_TAG for CI releases
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| Release (CI with tag) |`1.0.0-rc1` (from tag `v1.0.0-rc1`) |
176
+
| Release (local tagged) |`1.0.0-rc1` (detected via git describe) |
176
177
| Dev (clean) |`1.0.0-dev+abc1234`|
177
178
| Dev (uncommitted changes) |`1.0.0-dev+abc1234-dirty:worktree-name`|
178
179
179
-
The dirty suffix includes the worktree directory name to distinguish between multiple worktrees.
180
+
CI release builds receive the tag name via `VERSION_TAG` environment variable. Local builds detect tags via `git describe --exact-match HEAD`. The dirty suffix includes the worktree directory name to distinguish between multiple worktrees.
0 commit comments