Skip to content

Commit 574de82

Browse files
mnriemCopilot
andcommitted
Fix empty changelog field for analytics extension
Set the analytics extension changelog to the GitHub releases page instead of an empty string, which the catalog treats as a URI when present and can fail schema validation and downstream tooling. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c96917b commit 574de82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"repository": "https://github.com/Fyloss/spec-kit-analytics",
156156
"homepage": "https://github.com/Fyloss/spec-kit-analytics",
157157
"documentation": "https://github.com/Fyloss/spec-kit-analytics/tree/main/doc",
158-
"changelog": "",
158+
"changelog": "https://github.com/Fyloss/spec-kit-analytics/releases",
159159
"license": "MIT",
160160
"category": "visibility",
161161
"effect": "read-write",

0 commit comments

Comments
 (0)