Renamed minVersion to min_version to remain consistent with syntax of other options.

This commit is contained in:
Corey Butler 2022-10-12 16:39:39 -05:00
parent 93dacd181d
commit 3c7b6224e8
No known key found for this signature in database
GPG Key ID: 11C5CD9E1B4C7F8F

View File

@ -31,7 +31,7 @@ inputs:
version:
description: Explicitly set the version here instead of automatically detecting from `package.json`. Useful for non-JavaScript projects where version may be output by a previous action.
required: false
minVersion:
min_version:
description: Minimum version required to create a tag. By default it will prevent a version `0.0.0` from being tagged. Also useful when introducing Autotag to an existing repo, to start auto-tagging from a specific version
required: false
default: '0.0.1'