cdqag/action-semver

Versioning based on latest GitHub Release tag in SemVer format and using Conventional Commits to determine the next version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe repository to analyze in the format 'owner/repo'. If not provided, defaults to the current repository.${{ github.repository }}
github-tokenGitHub Token${{ github.token }}
target-branchThe branch to use when fetching list of commits to compare against${{ github.ref }}
not-conventional-commits-reactionWhether to exit with an error, warning or silently when encountering a commit that does not follow conventional commit format. Available options: error, warn, silentwarn
init-release-versionInitial version to use when no release tags are found in the repositoryv0.1.0
pre-release-version-glueSuffix glue to use for pre-release versions-
namedescription
latest-release-tagLatest release tag found in the repository
current-versionCurrent version in format x.y.z
new-versionNew version in format x.y.z
new-major-versionNew major version