From 4249d925c8a17a91c0a2267dbb61492a03d04f89 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 3 Oct 2021 11:41:53 +0200 Subject: [PATCH] docs: also specify that supported type [ci skip] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54d33ad..da00b91 100644 --- a/README.md +++ b/README.md @@ -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", ```