Commit Graph

3 Commits

Author SHA1 Message Date
Tomas Dvorak 9ee784dee0 test: final verification of unified release workflow
This should now successfully:
 Trigger on push to master
 Handle no existing tags (start from v0.0.0)
 Analyze all commits for semantic versioning
 Calculate v1.0.0 (first release with features)
 Build all platforms
 Create unified GitHub release

Expected result: SwingMusic v1.0.0 release with all packages!
2026-03-18 14:28:42 +01:00
Tomas Dvorak c648f090e6 test: verify unified release workflow trigger
This should now trigger the unified-release.yml workflow:
 Trigger on master branch push
 Calculate semantic version
 Build all components
 Create unified release
2026-03-18 14:27:23 +01:00
Tomas Dvorak c5bb917ee6 test: trigger unified release workflow
This commit will test the new unified release system:
 Semantic versioning calculation
 Cross-platform builds (Linux, Windows, macOS, Android, Backend)
 Unified GitHub release creation
 All platforms on appropriate runners

Expected version: v1.0.0 (first release with features)
2026-03-18 14:24:47 +01:00