We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa6909 commit 2cad3c4Copy full SHA for 2cad3c4
docs/feature-flagging/concepts/targeting.mdx renamed to docs/feature-flagging/concepts/targeting.md
@@ -29,6 +29,11 @@ Each rule may have multiple conditions. The rule is only satisfied if all the co
29
When rolling out new versions of your product or wishing to deploy custom behavior across a range of releases,
30
use Eppo's targeting rules to perform numeric comparisons against strings in the [SemVer format](https://semver.org/).
31
32
+:::info
33
+Note that the SDKs require the version to be in full SemVer format of `major.minor.patch`.
34
+For example, `28.5` is not valid, but `28.5.0` is.
35
+:::
36
+
37
1. Create an allocation with your desired mix of rules.
38
39

0 commit comments