actions-marketplace-validations/Changelog CI
Changelog CI is a GitHub Action that generates changelog, then it is committed and/or commented to the release pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 15, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/saadmk11_changelog-ci@235aaf1f27be30946e4463fcb3d4f2864e807445 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_filename | Name of the changelog file if not provided defaults to CHANGELOG.md | no | CHANGELOG.md |
| config_file | Location of the config JSON file | no | — |
| committer_username | Name of the user who will commit the changes to GitHub | no | github-actions[bot] |
| committer_email | Email Address of the user who will commit the changes to GitHub | no | github-actions[bot]@users.noreply.github.com |
| release_version | The release version that will be used on the generated Changelog | no | — |
| github_token | GITHUB_TOKEN or Personal Access Token (PAT) | no | ${{ github.token }} |
Outputs
no outputs