easydesk/Semantic Versioning Checkout

Checkout a complete git repository and compute semantic versioning info based on tags and history.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner (e.g. EasyDesk/action-semver-checkout)no${{ github.repository }}
tokenPersonal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) no${{ github.token }}
cleanWhether to execute `git clean -ffdx && git reset --hard HEAD` before fetchingnotrue
lfsWhether to download Git-LFS filesnofalse
submodulestrue: checkout submodules false: don't checkout submodules recursive: recursively checkout submodules nofalse
namedescription
versionThe semantic version of the current state of the repository.
is-dev-versionWhether or not this version is a development only version (i.e. version is in the form 'X.Y.Z-dev.C+H').
majorThe major version.
minorThe minor version.
patchThe patch version.
prereleaseThe prerelease version.
buildThe build version.
should-releaseWhether or not this workflow run should create a release on GitHub.
is-github-prereleaseWhether or not this release should be marked as a prerelease on GitHub.