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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 15, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/saadmk11_changelog-ci@235aaf1f27be30946e4463fcb3d4f2864e807445 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
changelog_filenameName of the changelog file if not provided defaults to CHANGELOG.mdnoCHANGELOG.md
config_fileLocation of the config JSON fileno
committer_usernameName of the user who will commit the changes to GitHubnogithub-actions[bot]
committer_emailEmail Address of the user who will commit the changes to GitHubnogithub-actions[bot]@users.noreply.github.com
release_versionThe release version that will be used on the generated Changelogno
github_tokenGITHUB_TOKEN or Personal Access Token (PAT)no${{ github.token }}

no outputs