This is the v0.1 release checklist for the public Android bridge.
-
Confirm
mainis clean:git status --short --branch
-
Run the full verification set:
go build ./... go vet ./... go test ./... go test ./... -race
-
Review README.md and CHANGELOG.md for accuracy against the current CLI and package surface.
-
Confirm no accidental workflow or local junk is staged:
.github/- local device logs
- temporary recordings
Create the release tag from main:
git tag v0.1.0
git push origin v0.1.0For patch releases:
git tag v0.1.1
git push origin v0.1.1Use the current changelog entry and include:
- Android-only scope
- embeddable package + CLI positioning
- key gesture and reconnect capabilities
- known limits:
- single downstream client per page
- no iOS support in this repo
Verify:
- the tag resolves to the expected commit on GitHub
go install github.com/VulpineOS/mobilebridge/cmd/mobilebridge@vX.Y.Zworks- README examples still match the released CLI flags