nickhodges/GitLogPretty
Automatically generate changelogs from your Git commit history using AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | GitLogPretty API token. Get yours at https://gitlogpretty.com/app | yes | — |
| repo | GitHub repository (owner/repo). Defaults to the current repository. | no | ${{ github.repository }} |
| output | Output file path for the generated changelog | no | CHANGELOG.md |
| template | Changelog template: customer-facing, developer, keep-a-changelog, release-notes, minimal | no | customer-facing |
| commit-limit | Number of recent commits to analyze (20–500) | no | 50 |
| create-release | Create or update a GitHub Release with the generated changelog (only on tag pushes) | no | false |
| github-token | GitHub token used to create releases. Only needed when create-release is true. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog content |
| credits-remaining | Remaining GitLogPretty credits after this generation |
| commit-count | Number of commits analyzed |