feat(package): Add project version for julia (#1036)

* add project version (for julia) to package module

* update docs
This commit is contained in:
Shu Kutsuzawa
2020-04-04 03:16:22 +09:00
committed by GitHub
parent 3ab4bab885
commit edcec7eed8
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -979,6 +979,7 @@ package, and shows its current version. The module currently supports `npm`, `ca
- **composer** The `composer` package version is extracted from the `composer.json` present
in the current directory
- **gradle** The `gradle` package version is extracted from the `build.gradle` present
- **julia** - The package version is extracted from the `Project.toml` present
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.