decoded-cipher/AI Changelog (GitHub Models)
Generate a human-friendly changelog from git history using GitHub Models. No external API keys needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| range | Git revision range (e.g. v1.0.0..HEAD). If empty, uses last tag..HEAD, or HEAD if no tags. | no | "" |
| output_path | File path to write changelog markdown to. | no | CHANGELOG.md |
| model | GitHub Models ID (e.g. openai/gpt-4o-mini). | no | openai/gpt-4o-mini |
| create_pr | If true, use a dedicated branch, commit changelog, push, and create/update a PR to the base branch (no direct push to base). | no | false |
| changelog_branch | Branch to use for changelog commits when create_pr is true. | no | auto/changelog |
| base_branch | Base branch to merge into the changelog branch and to open the PR into (e.g. master). | no | master |
Outputs
| name | description |
|---|---|
| changelog | Generated changelog markdown. |