fix: resolve CHANGELOG version mismatch and Android clean hanging issue

- Fix CHANGELOG.md version from [1.0.7] to [1.0.8-beta] to match package.json
- Replace problematic clean:android npm script with robust clean-android.sh script
- Add timeout protection (30s) to prevent adb commands from hanging indefinitely
- Include cross-platform timeout fallback using perl for macOS compatibility
- Improve logging and error handling for Android cleanup process

Fixes team member reported issues:
- CHANGELOG version inconsistency
- clean:android getting stuck during execution
This commit is contained in:
Matthew Raymer
2025-08-19 03:41:30 +00:00
parent c3424e3137
commit 8724f8bbe0
3 changed files with 64 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.7] - 2025.08.18
## [1.0.8-beta] - 2025.08.18
### Fixed
- Deep link for onboard-meeting-members