Skip to content

Commit

Permalink
Add commitish configuration option to schema.json (#989)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
  • Loading branch information
menno-ll and jetersen committed Dec 14, 2021
1 parent 598d6ee commit de0a960
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schema.json
Expand Up @@ -102,6 +102,18 @@
"default": false,
"type": "boolean"
},
"commitish": {
"anyOf": [
{
"type": "string",
"enum": [""]
},
{
"default": "",
"type": "string"
}
]
},
"replacers": {
"default": [],
"type": "array",
Expand Down

0 comments on commit de0a960

Please sign in to comment.