actions-marketplace-validations/changegen
Generate clean, categorized changelogs from git commit history using Conventional Commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 26, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/creativengine-ai_changegen@315c893dff4ae769ff216e98f6292069d3408356 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| since | Start from a tag, commit hash, or date. Defaults to the latest git tag. | no | "" |
| until | End at a tag, commit hash, or date. Defaults to HEAD. | no | "" |
| version | Version label for the changelog header. | no | Unreleased |
| output-file | Path to write the changelog. Set to empty string to skip writing the file. | no | CHANGELOG.md |
| working-directory | Path to the git repository. Defaults to the workspace root. | no | . |
Outputs
| name | description |
|---|---|
| changelog | Generated changelog in Markdown format |