feat(package): Meson package support (#2001)

* Add package version support for Meson meson.build.

* Update docs with Meson package version support.
This commit is contained in:
花蛄
2020-12-19 21:17:34 +08:00
committed by GitHub
parent f17556d389
commit 4f51ef8db1
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -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.