Skip to content

Commit

Permalink
change empty string to empty string unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Dec 30, 2024
1 parent dc1ecad commit f154bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/version-extraction-algorithm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f154bcd

Please sign in to comment.