From 8249833d1475d90c6807421f4ab7102550772c07 Mon Sep 17 00:00:00 2001 From: Joseph Gardner Date: Mon, 5 Jun 2023 18:41:21 -0400 Subject: [PATCH] chore(docs): fix table (#881) Signed-off-by: Joseph Gardner --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index ab2488ca..c3937f75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1077,6 +1077,7 @@ When using selectors/labels, `needs` are ignored by default. This behaviour can | `--skip-needs` | `true` | `needs` are ignored (default behavior). | | `--include-needs` | `false` | The direct `needs` of the selected release(s) will be included. | | `--include-transitive-needs` | `false` | The direct and transitive `needs` of the selected release(s) will be included. | + Let's look at an example to illustrate how the different parameters work: ```yaml