Commit 6e9acd9
authored
ci: restore GitHub releases on version bump (#1599)
The "Create GitHub Releases" step was accidentally removed in 0636c3e
when the OpenClaw plugin packages were deleted. That commit stripped all
plugin-related CI steps, but the release creation step was useful beyond
plugins — it gave visibility into what version was deployed.
Add a `github-release` job that runs in parallel with `publish-docker`
when a version bump is detected. It extracts the changelog section from
packages/manifest/CHANGELOG.md, creates a git tag, and publishes a
GitHub release via `gh release create`.
No releases were created for versions 5.46.0 through 5.46.7.1 parent 2493d97 commit 6e9acd9
1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
66 | 100 | | |
67 | 101 | | |
68 | 102 | | |
| |||
0 commit comments