Skip to content

Commit 2cad3c4

Browse files
authored
add a note for semver (#604)
1 parent cfa6909 commit 2cad3c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/feature-flagging/concepts/targeting.mdx renamed to docs/feature-flagging/concepts/targeting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Each rule may have multiple conditions. The rule is only satisfied if all the co
2929
When rolling out new versions of your product or wishing to deploy custom behavior across a range of releases,
3030
use Eppo's targeting rules to perform numeric comparisons against strings in the [SemVer format](https://semver.org/).
3131

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+
3237
1. Create an allocation with your desired mix of rules.
3338

3439
![generating-api-token-1](/img/feature-flagging/semver-targeting.png)

0 commit comments

Comments
 (0)