summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
authorKirill Isakov <bootctl@gmail.com>2022-04-20 11:04:40 +0600
committerEli Schwartz <eschwartz93@gmail.com>2022-04-20 20:53:19 -0400
commit33aa803521b2aa62688833842ea7eddb828e0e25 (patch)
tree499e6852660546f6b7ee5560c78934291536f5c9 /docs/yaml
parent1c23281653dfd4ada517f0f0ceb2b7506003aa29 (diff)
downloadmeson-33aa803521b2aa62688833842ea7eddb828e0e25.tar.gz
vcs_tag: document the already supported file arg
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/functions/vcs_tag.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/yaml/functions/vcs_tag.yaml b/docs/yaml/functions/vcs_tag.yaml
index 3d4a1c4be..29ef7ea0b 100644
--- a/docs/yaml/functions/vcs_tag.yaml
+++ b/docs/yaml/functions/vcs_tag.yaml
@@ -22,7 +22,7 @@ description: |
kwargs:
command:
- type: list[str]
+ type: list[str | file]
description: |
The command to execute, see [[custom_target]] for details
on how this command must be specified.
@@ -30,6 +30,8 @@ kwargs:
This parameter is optional. If it is absent, Meson will try
its best to find a suitable default command.
+ *(since 0.62.0)* [[@file]] is accepted.
+
input:
type: str
required: true