0niel/OpenAI Changelog Generator
Use AI to generate a non-technical, human-readable changelog for your release notes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 9, 2024
- License
- None
Pinned Snippet
uses: 0niel/gemini-changelog-generator@dfd12557654f89670abbbe5789e9b36a07b54fd6 # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token, usually 'secrets.GITHUB_TOKEN'. | yes | — |
| openai-api-key | Provide your OpenAI API key. | yes | — |
| changes | List of commits or changes to be analyzed. Should adhere to conventional commit standards. | yes | — |
| version | Provide the new release version. | yes | — |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog body for the most recent release. |