docs: also specify that supported type [ci skip]

This commit is contained in:
2021-10-03 11:41:53 +02:00
parent 7b06d1c161
commit 4249d925c8

View File

@ -99,6 +99,9 @@ Output:
"v6.2.1-alpine",
// semver with multiple suffix values
"6.2.1-alpine-foo",
// semver with multiple suffix values and 'v'
"v6.2.1-alpine-foo",
```