Commit 6565800
committed
fix(release): Update release workflow to use GitHub CLI
Major changes:
1. Use GitHub CLI for releases:
- Replaced softprops/action-gh-release@v1 (deprecated)
- Now using official 'gh release create' command
- More reliable and supported by GitHub
2. Simplified release process:
- Removed build artifacts requirement (build step too complex for CI)
- Focus on creating release and generating changelog
- Users can build locally if needed
3. Updated workflow steps:
- Extract version from tag or workflow input
- Check for existing CHANGELOG_{VERSION}.md
- Generate changelog with git-cliff if needed
- Create release notes with header
- Create GitHub release using gh CLI
- Commit generated changelog
This resolves release workflow failure (run 23398962746):
- Updated from deprecated action to GitHub CLI
- Removed dependency on build artifacts
- Simplified workflow to focus on releases only1 parent 51a46fd commit 6565800
1 file changed
Lines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
| |||
0 commit comments