kaks734/Conventional Commits Versioner Action

Automatically tag a new version based on the commit messages of commits since the last tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
write-tagIf true, and ccv determines that a new version is required, the action will automatically write the new version tag to the repository.notrue
namedescription
new-tagEither "true" or "false" depending on whether a new tag was pushed.
new-tag-versionThe new version that was tagged. This will only be set if new-tag=true.
new-tag-version-typeDescribes the semantic version type of the new tag. One of "major", "minor", or "patch". This will only be set if new-tag=true.