You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-cli/about-ql-packs.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The following properties are supported in ``qlpack.yml`` files.
79
79
* - ``version``
80
80
- ``0.0.0``
81
81
- 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>`__.
0 commit comments