actions-marketplace-validations/tag-version

Provides automated versioning of your commits using git tags each time your CI/CD workflow runs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
production-branchThe branch to use for stable releases in production. Default is masternomaster
test-branchThe branch to use for test deployments. Default is testnotest
dev-branchThe branch to use for dev deployments. Default is developnodevelop
namedescription
revisionThe new version that was created and tagged in the format of <major>.<minor>.<build>[.<pre-release-tag>]
is-prereleaseIs true if this is a release into a non-production environment and indicates the build may be unstable. Returns false otherwise.