Skip to content

Commit 38a0d07

Browse files
authored
fix: move changelog field above license in gates entry
Move changelog URL field to sit after documentation and before license, matching the catalog's standard field ordering. Remove the dangling changelog at the bottom of the entry so updated_at is the final field with no trailing comma. Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
1 parent 1366c06 commit 38a0d07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/catalog.community.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@
14451445
"repository": "https://github.com/schwichtgit/spec-gates",
14461446
"homepage": "https://github.com/schwichtgit/spec-gates",
14471447
"documentation": "https://github.com/schwichtgit/spec-gates/blob/main/docs/how-it-works.md",
1448+
"changelog": "https://github.com/schwichtgit/spec-gates/releases",
14481449
"license": "MIT",
14491450
"category": "process",
14501451
"effect": "read-write",
@@ -1484,8 +1485,7 @@
14841485
"downloads": 0,
14851486
"stars": 0,
14861487
"created_at": "2026-07-09T00:00:00Z",
1487-
"updated_at": "2026-07-15T00:00:00Z",
1488-
"changelog": "https://github.com/schwichtgit/spec-gates/releases"
1488+
"updated_at": "2026-07-15T00:00:00Z"
14891489
},
14901490
"github-issues": {
14911491
"name": "GitHub Issues Integration 1",

0 commit comments

Comments
 (0)