From 59689a16f8f8d26db9b28c73b65dd3ae9c3ea33a Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Thu, 26 Oct 2023 14:26:18 +0800 Subject: [PATCH] fix(schema): remove the `githubs:` key --- changelog-schema.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/changelog-schema.json b/changelog-schema.json index 038a750..043fab4 100644 --- a/changelog-schema.json +++ b/changelog-schema.json @@ -43,14 +43,6 @@ "examples": [ 1001, 1002 ] } }, - "githubs": { - "type": "array", - "description": "List of associated GitHub references for both PR and issue", - "items": { - "type": "integer", - "examples": [ 1001, 1002 ] - } - }, "jiras": { "type": "array", "description": "List of associated Jira tickets for internal tracking.",