summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
author花蛄 <15226118+TiceCosmos@users.noreply.github.com>2020-12-19 21:17:34 +0800
committerGitHub <noreply@github.com>2020-12-19 14:17:34 +0100
commit4f51ef8db1cbdeda7a70eb7df2cbd55bd7d538b3 (patch)
tree6346908a9c70840375d4cec865e910a305d50549 /docs
parentf17556d3898363655feb8735bb21de9fa4f28528 (diff)
feat(package): Meson package support (#2001)
* Add package version support for Meson meson.build. * Update docs with Meson package version support.
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 33d92c312..13bd36848 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1846,6 +1846,7 @@ package, and shows its current version. The module currently supports `npm`, `ca
- **mix** - The `mix` package version is extracted from the `mix.exs` present
- **helm** - The `helm` chart version is extracted from the `Chart.yaml` present
- **maven** - The `maven` package version is extracted from the `pom.xml` present
+- **meson** - The `meson` package version is extracted from the `meson.build` present
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.