Skip to content

Commit 0f710b1

Browse files
authored
Merge pull request github#5545 from github/henrymercer/ql-pack-version-doc-update
CodeQL CLI Docs: Mention that QL packs use SemVer versioning
2 parents c26d05b + c83daa6 commit 0f710b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/about-ql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following properties are supported in ``qlpack.yml`` files.
7979
* - ``version``
8080
- ``0.0.0``
8181
- All packs
82-
- 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.
82+
- 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>`__.
8383
* - ``libraryPathDependencies``
8484
- ``codeql-javascript``
8585
- Optional

0 commit comments

Comments
 (0)