dvdksn/Write Release Notes
Uses an AI agent to accumulate release notes from merged PRs into a release notes file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-file | Path to the release notes file (read and written by the agent) | no | release-notes/next.md |
| style-guide | Path to a custom style guide file (overrides the built-in default) | no | "" |
| additional-prompt | Extra instructions appended to the agent prompt | no | "" |
| include-contributors | Whether to credit external contributors | no | true |
| exclude-labels | Comma-separated list of PR labels to skip | no | skip-release,chore,internal |
| team-members | Comma-separated GitHub usernames considered team members (not credited as external contributors) | no | "" |
| anthropic-api-key | Anthropic API key | no | "" |
| openai-api-key | OpenAI API key | no | "" |
| google-api-key | Google AI API key | no | "" |
| github-token | GitHub token for API access (defaults to github.token) | no | "" |
| model | Model override (e.g. anthropic/claude-sonnet-4-5) | no | "" |
| cagent-version | cagent version to use | no | v1.23.4 |
| add-prompt-files | Comma-separated list of additional prompt files | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | cagent exit code |
| output-file | Path to the updated release notes file |