Skip to content

Commit f89f3f4

Browse files
committed
Mention optional dependencies block.
1 parent ff74e9b commit f89f3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Modifying an existing QL pack to create a CodeQL pack
4343
If you already have a ``qlpack.yml`` file, you can edit it manually to be a CodeQL pack.
4444

4545
#. Edit the name so that it matches the format ``<scope>/<name>``, where ``<scope>`` is the name of the GitHub organization that you will publish to.
46-
#. In the ``qlpack.yml`` file, include a version property with a semver identifier.
46+
#. In the ``qlpack.yml`` file, include a version property with a semver identifier, as well as an optional dependencies block.
4747

4848
Adding and installing dependencies to a CodeQL pack
4949
---------------------------------------------------

0 commit comments

Comments
 (0)