diff --git a/docs/src/content/docs/version-extraction-algorithm.mdx b/docs/src/content/docs/version-extraction-algorithm.mdx index f240366..8c24a2a 100644 --- a/docs/src/content/docs/version-extraction-algorithm.mdx +++ b/docs/src/content/docs/version-extraction-algorithm.mdx @@ -54,7 +54,7 @@ Here are examples of `tag_name` formats which would not be supported by the defa - `1.2.3-rc.` → invalid prerelease format - `1.2.3--rc` → invalid prerelease format - `random-text` → non-version string -- `` → empty string +- `‎` → empty string - `123` → non-version string - `v1.2.3-special!char` → invalid version format with special characters - `1.2.3-pre release` → invalid version format due to space