actions-marketplace-validations/git-chglog action
Generate a changelog using using the git-chglog tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bdashrad_git-chglog-action@895d55297af5587de19f43e7654ec98a2950097f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| next_version | Next version | yes | — |
| config_dir | git-chglog configuration directory | yes | .chglog |
| filename | Filename to write the changelog to | no | CHANGELOG.md |
| git_chglog_version | Version of git-chglog to run | no | 0.15.0 |
| tag | Optional, Generate changelog only for this tag. | no | "" |
Outputs
| name | description |
|---|---|
| changelog | Changelog in markdown. |