CodeQL CLI Docs: Mention that QL packs use SemVer versioning

This commit is contained in:
Henry Mercer
2021-03-26 15:30:23 +00:00
committed by GitHub
parent 7f16c52217
commit c83daa66e7

View File

@@ -79,7 +79,7 @@ The following properties are supported in ``qlpack.yml`` files.
* - ``version``
- ``0.0.0``
- All packs
- A version number for this QL pack. This field is not currently used by any commands, but may be required by future releases of CodeQL.
- A version number for this QL pack. This must be a valid semantic version that meets the `SemVer v2.0.0 specification <https://semver.org/spec/v2.0.0.html>`__.
* - ``libraryPathDependencies``
- ``codeql-javascript``
- Optional