mistricky/Claude Code Changelog
Generate changelog using Claude Code based on git diff from last tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with repo access | yes | ${{ github.token }} |
| anthropic_api_key | Anthropic API key for Claude | no | — |
| small_fast_model | Use small fast model for Claude | no | "" |
| api_base_url | API base URL for Claude (optional, defaults to Anthropic API) | no | — |
| from_tag | Start tag for diff (defaults to latest tag) | no | — |
| to_ref | End reference for diff | no | HEAD |
| model | Claude model to use | no | claude-sonnet-4-5-20250929 |
| use_bedrock | Use Amazon Bedrock | no | false |
| use_vertex | Use Google Vertex AI | no | false |
| bedrock_region | AWS Bedrock region | no | us-east-1 |
| vertex_project_id | Google Cloud Project ID | no | — |
| vertex_region | Google Cloud region | no | us-central1 |
Outputs
| name | description |
|---|---|
| result | Number of changes analyzed |
| from_tag | Starting tag for the changelog |
| to_tag | Ending reference for the changelog |