Commit 49d613a
ci: Trigger doc release on stable release (#625)
## Summary
- The stable release pipeline was missing a doc release step, so the
changelog on the website was not updated after a stable release
- Added a `doc_release` job to `manual_release_stable.yaml` (same
pattern as `doc_release_post_publish` in `on_master.yaml`)
- The job runs after `changelog_update` and `pypi_publish`, using the
changelog commit ref to include the updated changelog
- Includes explicit permissions (`contents: write`, `pages: write`,
`id-token: write`) since the workflow has top-level `permissions:
contents: read`
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 58a8a3e commit 49d613a
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
0 commit comments