Commit 3d09b79
Add release changelog agentic workflow
Create an AI agent that automatically generates CHANGELOG.md entries
when a stable (non-preview) release is published. The agent:
- Triggers on release:published events (filtered to non-prerelease)
- Reads merged PRs/commits between the new and previous stable tags
- Generates categorized, bullet-pointed changelog entries
- Opens a PR to update CHANGELOG.md via create-pull-request safe output
- Updates the GitHub Release notes via update-release safe output
- Posts an announcement Discussion for team visibility
Also adds a seed CHANGELOG.md at the repo root.
Note: The .lock.yml must be compiled via 'gh aw compile release-changelog'
before this workflow will run in CI.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f843c80 commit 3d09b79
4 files changed
Lines changed: 1389 additions & 0 deletions
File tree
- .github
- aw
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments