Commit 282912d
refactor(ci): replace release workflows with release-pilot (#254)
* refactor(ci): replace release workflows with release-pilot
Integrate release-pilot GitHub Action to simplify release management:
- Add release-pilot configuration with multi-crate support
- Replace dev_release.yml, weekly_release.yml, and deploy.yml with single workflow
- Auto-update version references in README on release
- Reduce release workflow code from ~580 to ~130 lines (78% reduction)
Release behavior unchanged:
- Dev releases on push to main
- Stable releases on Wednesday 9AM UTC schedule
- PR labels (release:major/minor/patch) determine version bump
- Crates published in dependency order with 30s delay
* chore(auto-fix): format code and fix clippy warnings
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 6561ec9 commit 282912d
File tree
6 files changed
+93
-620
lines changed- .github
- workflows
6 files changed
+93
-620
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
This file was deleted.
0 commit comments