Skip to content

Commit 49d5a86

Browse files
Update docs/syntax/applies.md
Co-authored-by: florent-leborgne <[email protected]>
1 parent 43ea0b8 commit 49d5a86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/syntax/applies.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ Each key accepts values with the following syntax:
4141
<life-cycle> [version], <life-cycle> [version]
4242
```
4343

44-
Taking a mandatory [life-cycle](#life-cycle) with an optional [version](#version).
44+
Where:
45+
46+
- The [life-cycle](#life-cycle) is mandatory
47+
- The [version](#version) is optional
48+
- You can specify multiple states by separating them with a comma. For example: `stack: preview 9.1, ga 9.4`
49+
50+
Note that a key without any value doesn't show any badge in the output.
4551

4652
### Life cycle
4753

0 commit comments

Comments
 (0)