From f89f3f408ba784f8ceb50ec3213351499ea572a2 Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 11:07:13 +0200 Subject: [PATCH] Mention optional dependencies block. --- .../codeql-cli/creating-and-working-with-codeql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst index 085d8bb0fbc..ceccfebf78f 100644 --- a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst +++ b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst @@ -43,7 +43,7 @@ Modifying an existing QL pack to create a CodeQL pack If you already have a ``qlpack.yml`` file, you can edit it manually to be a CodeQL pack. #. Edit the name so that it matches the format ``/``, where ```` is the name of the GitHub organization that you will publish to. -#. In the ``qlpack.yml`` file, include a version property with a semver identifier. +#. In the ``qlpack.yml`` file, include a version property with a semver identifier, as well as an optional dependencies block. Adding and installing dependencies to a CodeQL pack ---------------------------------------------------