From e1f19b21604848b6bef6fa850f57e10b1895acea Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Thu, 26 Mar 2026 18:06:37 -0700 Subject: [PATCH] Clarify commitSHA suffix explanation in install-cli.mdx Removed mention of the suffix in stable releases for clarity. --- src/frontend/src/content/docs/get-started/install-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/content/docs/get-started/install-cli.mdx b/src/frontend/src/content/docs/get-started/install-cli.mdx index 783733e0f..c7b3ab99f 100644 --- a/src/frontend/src/content/docs/get-started/install-cli.mdx +++ b/src/frontend/src/content/docs/get-started/install-cli.mdx @@ -125,7 +125,7 @@ If that command works, you're presented with the version of the Aspire CLI tool: 13.2.0+{commitSHA} ``` -The `+{commitSHA}` suffix indicates the specific commit from which the Aspire CLI was built. This suffix is included in pre-release builds and may not be present in stable releases. +The `+{commitSHA}` suffix indicates the specific commit from which the Aspire CLI was built. Learn more by reading the [Aspire CLI reference](/reference/cli/overview/)