From 6dc73ee4df95d6a46c064cb7cd9a5344f869d696 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:22:58 -0400 Subject: [PATCH] chore: add star so its more clear why you would want to use semver parsing --- configuration/storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/storage.mdx b/configuration/storage.mdx index 7eafaf2..a911737 100644 --- a/configuration/storage.mdx +++ b/configuration/storage.mdx @@ -186,7 +186,7 @@ Flipt will follow the configured [reference](https://git-scm.com/book/en/v2/Git- As of v1.41.0, Flipt supports the following reference types: - `static` (default): Flipt will use the reference provided in the configuration. -- `semver`: Flipt will use the latest reference that matches the [semver](https://semver.org/) pattern (e.g. `v1.0.0`). +- `semver`: Flipt will use the latest reference that matches the [semver](https://semver.org/) pattern (e.g. `v1.0.*`).