Clarify commitSHA suffix explanation in install-cli.mdx#625
Open
DamianEdwards wants to merge 1 commit intomainfrom
Open
Clarify commitSHA suffix explanation in install-cli.mdx#625DamianEdwards wants to merge 1 commit intomainfrom
DamianEdwards wants to merge 1 commit intomainfrom
Conversation
Removed mention of the suffix in stable releases for clarity.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR clarifies the Aspire CLI version suffix explanation on the “Install Aspire CLI” getting-started page by removing language about when the commit SHA suffix may or may not appear.
Changes:
- Simplified the explanation of the
+{commitSHA}suffix to only describe what it represents.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ``` | ||
|
|
||
| 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. |
There was a problem hiding this comment.
The Japanese localized page (src/frontend/src/content/docs/ja/get-started/install-cli.mdx) still includes the removed sentence about the commitSHA suffix possibly not appearing in stable releases. If the intent is to change the guidance, please update the localized page as well to avoid inconsistent docs across languages.
Suggested change
| The `+{commitSHA}` suffix indicates the specific commit from which the Aspire CLI was built. | |
| The `+{commitSHA}` suffix, when present, indicates the specific commit from which the Aspire CLI was built. Note that this suffix might not appear in stable releases. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed mention of the suffix in stable releases for clarity.
@blowdart