rohansaibuddhi/Changelogger
AI-powered changelog generator with documentation drift detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API key for changelog generation | yes | — |
| merge_strategy | How PRs are merged: auto|squash|rebase|merge | no | auto |
| since | Generate changelog since this date (YYYY-MM-DD) or tag. Defaults to last release | no | — |
| github_token | GitHub token for API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changelog | Generated changelog content |
| drift_warnings | Documentation drift warnings |