Commit 7460798
Add release changelog agentic workflow (#638)
* 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>
* Address PR review feedback
- Add explicit guidance for workflow_dispatch runs where release event
fields are empty (fetch release by tag via API)
- Use release publish date instead of today's date for changelog entries
- Remove author attribution to match example style (keep it clean)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f843c80 commit 7460798
File tree
4 files changed
+1406
-0
lines changed- .github
- aw
- workflows
4 files changed
+1406
-0
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 | + | |
0 commit comments