flpbaer/Auto Documentation
Generates a CHANGELOG entry automatically using AI (OpenRouter) based on PR commits and diff.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openrouter-api-key | OpenRouter API key (required) | yes | — |
| openrouter-model | OpenRouter model ID. Defaults to mistralai/mistral-7b-instruct:free (free tier) | no | mistralai/mistral-7b-instruct:free |
| changelog-path | Path to the CHANGELOG file relative to the caller repository root | no | CHANGELOG.md |
Outputs
| name | description |
|---|---|
| changelog-updated | Whether the CHANGELOG was updated (true/false) |
| entry-version | The version/tag used for the generated entry |