1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix outdated-release-phase-terminology warnings (#58306)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joe Clark
2025-11-03 18:16:55 -08:00
committed by GitHub
parent 73fdb6ebcb
commit 98376f4181
24 changed files with 41 additions and 30 deletions

View File

@@ -352,7 +352,7 @@ The following properties are supported in `qlpack.yml` files.
#### `libraryPathDependencies`
* Optional, deprecated. Use the `dependencies` property instead.
* Optional, {% data variables.release-phases.closing_down %}. Use the `dependencies` property instead.
* Previously used to define the names of any {% data variables.product.prodname_codeql %} packs that this {% data variables.product.prodname_codeql %} pack depends on, as an array. This gives the pack access to any libraries, database schema, and query suites defined in the dependency. For example:
```yaml

View File

@@ -44,7 +44,7 @@ The rest of this article covers the practical aspects of modelling dependencies
1. In the "Databases" view, select the {% data variables.product.prodname_codeql %} database that you want to model from.
1. In the {% data variables.product.prodname_codeql %} "Method Modeling" view, click **Start modeling** to display the model editor. Alternatively, use the {% data variables.product.prodname_vscode_command_palette_shortname %} to run the **{% data variables.product.prodname_codeql %}: Open Model Editor (Beta)** command.
1. In the {% data variables.product.prodname_codeql %} "Method Modeling" view, click **Start modeling** to display the model editor. Alternatively, use the {% data variables.product.prodname_vscode_command_palette_shortname %} to run the **{% data variables.product.prodname_codeql %}: Open Model Editor (Beta)** command. <!-- markdownlint-disable-line outdated-release-phase-terminology --> <!-- "Beta" is in the name of the command in the VS Code extension -->
1. The {% data variables.product.prodname_codeql %} model editor runs a series of telemetry queries to identify APIs in the code, and the editor is displayed in a new tab.

View File

@@ -828,6 +828,8 @@ New version `2.0.0`
### Versioning tags
<!-- markdownlint-disable outdated-release-phase-terminology -->
* Represent stages in the software release lifecycle, such as alpha, beta, and stable versions.
* Allow publishers to distribute their packages more effectively.
* Indicate the stability of a version and communicate what users should expect in terms of features and stability.
@@ -849,6 +851,8 @@ New version `2.0.0`
* **`release`:** The official release version.
* **`stable`:** The most reliable, production-ready version.
<!-- markdownlint-enable outdated-release-phase-terminology -->
{% endif %}
## Top-level `registries` key