actions-marketplace-validations/Conventional Bump and Changelog

Bump version, tag commit and generates changelog with conventional commits.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 13, 2020
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/bsord_conventional-changelog-action@ea41f77ca3e71c2149d9b78421994084c448ffcc # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
github-tokenGithub tokenyes
git-messageCommit message to usenochore(release): {version}
git-user-nameThe git user.name to use for the commitnoConventional Changelog Action
git-user-emailThe git user.email to use for the commitnoconventional.changelog.action@github.com
git-pull-methodThe git pull method used when pulling all changes from remoteno--ff-only
presetThe preset from Conventional Changelog to usenoangular
tag-prefixPrefix that is used for the git tagnov
output-fileFile to output the changelog tonoCHANGELOG.md
release-countNumber of releases to preserve in changelogno5
version-fileThe path to the file that contains the version to bump (supports comma-separated list of file paths)no./package.json
version-pathThe place inside the version file to bumpnoversion
skip-on-emptyDo nothing when the changelog from the latest release is emptynotrue
skip-version-fileDo not update the version filenofalse
skip-commitDo create a release commitnofalse
pre-commitPath to the pre-commit script fileno
fallback-versionThe fallback version, if no older one can be detected, or if it is the first one0.1.0
config-file-pathPath to the conventional changelog config file. If set, the preset setting will be ignoredno
dry-runOutput latest tag and change log, but do not push changesnofalse
skip-tagDetermines whether or not a new tag is created or notnofalse
namedescription
changelogThe generated changelog for the new version
clean_changelogThe generated changelog for the new version without the version name in it
versionThe new version
tagThe name of the generated tag
skippedboolean to check if this step have been skipped