caiopizzol/AI Release Notes
Generate AI-powered release notes for any project using Claude
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key | yes | — |
| model | Claude model to use | — | claude-haiku-4-5 |
| style | Notes style: concise or detailed | — | concise |
| max-turns | Maximum agent turns (controls cost) | — | 15 |
| brand-file | Path to voice/tone guide relative to repo root | — | brand.md |
| previous-tag | Previous release tag (auto-detected from git if not set) | — | "" |
| scope-name | Published package or product name (defaults to package.json name) | — | "" |
| scope-paths | Newline-separated repo-relative paths relevant to this release | — | "" |
| scope-package-path | Repo-relative package directory used for prompt context and package.json defaults | — | "" |
| scope-audience | Intended reader for these release notes | — | "" |
| scope-instructions | Additional relevance rules appended to the maintained prompt | — | "" |
| update-release | Update the GitHub release for the current tag with generated notes | — | false |
| github-token | GitHub token (required if update-release is true) | — | "" |
Outputs
| name | description |
|---|---|
| notes | Generated release notes in markdown |