orbitcluster/Semantic version

Whenever changes are committed to the default branch, this action bumps the version number of the repository and creates a new release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
create-component-tagsCreate Git tags with version components. For example, if the version is 1.2.3, it will create tags 1.2.3, 1.2, and 1. true
dry-runIf true, the action will not create any tags or releases. nofalse
fail-on-no-releaseIf true, the action will fail if no release is created. nofalse
github-tokenThe GitHub token to use for authentication. yes
namedescription
release-versionThe new version number.
last-versionThe previous version number.
is-new-releaseWhether a new release was created.