From f473c22c3ce879f2de892987b689a0a7cb104557 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 16 Nov 2022 19:01:56 -0500 Subject: [PATCH] docs: update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68f42b3..8cbdcfe 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ jobs: | `minorList` | Comma separated commit prefixes, used to bump Minor version. | :x: | `feat, feature` | | `patchList` | Comma separated commit prefixes, used to bump Patch version. | :x: | `fix, bugfix, perf, refactor, test, tests` | | `patchAll` | If set to `true`, will ignore `patchList` and always count commits as a Patch. | :x: | `false` | +| `skipInvalidTags` | If set to true, will skip tags that are not valid semver until it finds a proper one (up to 10 from latest). | :x: | `false` | ## Outputs