From de0a960216caaf3e7281c55801554d55b149471c Mon Sep 17 00:00:00 2001 From: Menno van den Ende <50165380+menno-ll@users.noreply.github.com> Date: Tue, 14 Dec 2021 22:21:13 +0100 Subject: [PATCH] Add commitish configuration option to schema.json (#989) Co-authored-by: Joseph Petersen --- schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schema.json b/schema.json index 19327fa07..1878a78fe 100644 --- a/schema.json +++ b/schema.json @@ -102,6 +102,18 @@ "default": false, "type": "boolean" }, + "commitish": { + "anyOf": [ + { + "type": "string", + "enum": [""] + }, + { + "default": "", + "type": "string" + } + ] + }, "replacers": { "default": [], "type": "array",