chore(docs): fix table (#881)

Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com>
This commit is contained in:
Joseph Gardner 2023-06-05 18:41:21 -04:00 committed by GitHub
parent 1843cc447e
commit 8249833d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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