final refactor
CI / Rust Format (pull_request) Failing after 14s
CI / TypeScript Lint + Typecheck (pull_request) Failing after 24s
CI / TypeScript Tests + Coverage (pull_request) Successful in 39s
CI / Rust Tests + Coverage (pull_request) Successful in 47s
CI / Clippy (SARIF) (pull_request) Successful in 1m6s
CI / Dependency-Track (BOM) (pull_request) Successful in 29s
CI / Electron Release Build (pull_request) Failing after 1m34s
CI / E2E Tests (Playwright + Electron) (pull_request) Failing after 1m24s
CI / SonarQube (pull_request) Successful in 52s

This commit is contained in:
2026-05-08 01:08:01 -04:00
parent 3f98c3e64f
commit b7be5d321d
+10
View File
@@ -57,6 +57,16 @@ Run UI unit tests:
cd ui && npm test
```
### Version bump
The app version is shared across the Rust workspace (`Cargo.toml` `[workspace.package]`), root `package.json`, and `ui/package.json`. Bump all of them in one step:
```bash
npm run version:set -- 0.4.0
```
Release workflow artifacts are named `bytedraft-<platform>-<major>.<minor>.<run_number>` (see `.gitea/workflows/release-builds.yml`).
## Hotkeys
| Command | macOS | Windows/Linux |