Fix outdated-release-phase-terminology warnings (#58306)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user