Commit Graph

2 Commits

Author SHA1 Message Date
Claude
21cac3c6e4 ci: use v5.x as default branch for workflows and releases
- Update v5-tests.yml to run on push to v5.x branch
- Update v5-release.yml to publish releases from v5.x branch
- Update .releaserc.json to target v5.x branch for semantic versioning
- Corrects workflow configuration to match repository's actual default branch
2026-07-06 17:25:12 +00:00
Claude
4832c0b506 ci: split test and release workflows for better maintainability
- Create v5-tests.yml: Runs all test jobs on push/pull_request
- Create v5-release.yml: Dedicated release job with schedule and manual triggers
- Remove combined v5-tests-and-release.yml workflow
- Test workflow runs on every push and PR for early feedback
- Release workflow runs daily at UTC midnight or on manual trigger
- Clearer separation of concerns for easier maintenance
2026-07-06 17:24:36 +00:00