feat(package): Add support for Helm charts (#1525)

Signed-off-by: Simão Mata <sm@0io.eu>
This commit is contained in:
Simão Mata
2020-07-29 14:06:47 +02:00
committed by GitHub
parent dfe331bf4e
commit 1acce65462
2 changed files with 26 additions and 1 deletions
+3 -1
View File
@@ -1575,7 +1575,7 @@ format = "via [🤖 $version](bold green) "
The `package` module is shown when the current directory is the repository for a
package, and shows its current version. The module currently supports `npm`, `cargo`,
`poetry`, `composer`, `gradle`, `julia` and `mix` packages.
`poetry`, `composer`, `gradle`, `julia`, `mix` and `helm` packages.
- **npm** The `npm` package version is extracted from the `package.json` present
in the current directory
@@ -1588,6 +1588,8 @@ package, and shows its current version. The module currently supports `npm`, `ca
- **gradle** The `gradle` package version is extracted from the `build.gradle` present
- **julia** - The package version is extracted from the `Project.toml` present
- **mix** - The `mix` package version is extracted from the `mix.exs` present
- **helm** - The `helm` chart version is extracted from the `Chart.yaml` present
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.