From f4c706a89c51dc5cb64866f22fa8dc86c039ea6d Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Sat, 30 Jan 2021 16:10:58 +0100 Subject: [PATCH] chore: typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 016b87f..a2535c8 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: 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: - description: Minimum version required to create a tag. By default it will prevent a version `0.0.0` to be tagged. Also useful when introducing Autotag to an existing repo, to start auto-tagging from a specific 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' regex_pattern: