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 43ea0b8 commit 49d5a86Copy full SHA for 49d5a86
docs/syntax/applies.md
@@ -41,7 +41,13 @@ Each key accepts values with the following syntax:
41
<life-cycle> [version], <life-cycle> [version]
42
```
43
44
-Taking a mandatory [life-cycle](#life-cycle) with an optional [version](#version).
+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.
51
52
### Life cycle
53
0 commit comments