actions-marketplace-validations/Simple Version

This action will generate version and unique version code based on the last tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathThe path to the git repository in which the last tag will be searchedno./
isUseGithubRunNumberIndicates whether to use a variable github.run_number from Github Actions to generate a version codenotrue
offsetThe value to be added to the version code. If not 0, then the isUseGithubRunNumber parameter will be ignoredno0
namedescription
tagThe tag that was retrieved from the github repository
semverValid semver that was retrieved from the tag
versionCodeA number that can be used as a build number, for example in Android