docs: add missing issue/PR reference to build-ts-extension changelog entry - #14740
Open
youdie006 wants to merge 1 commit into
Open
docs: add missing issue/PR reference to build-ts-extension changelog entry#14740youdie006 wants to merge 1 commit into
youdie006 wants to merge 1 commit into
Conversation
…entry The `call build-ts-extension` entry in the 1.9 changelog had no issue/PR reference, so it rendered with an empty `- ():` prefix. The command was added in quarto-dev#13718 (commit 92bbe86); reference it so the entry renders like its siblings. Closes quarto-dev#14730.
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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.
Description
The
call build-ts-extensionentry innews/changelog-1.9.mdhad no issue/PR reference, so it renders with an empty- ():prefix once the changelog is published (#14730). Every sibling entry carries a([#NNNN](url))reference.The
quarto call build-ts-extensioncommand was added in #13718 ("feature: engine extension", commit92bbe865), so this fills in([#13718](https://github.com/quarto-dev/quarto-cli/pull/13718))on that entry, matching the surrounding style.Closes #14730.
Checklist
I have (if applicable):
AI-assisted PR
build-ts-extensionwas introduced by commit92bbe865, which landed in PR feature: engine extension #13718, and matched the reference format against the sibling entries in this same changelog.