Skip to content

Commit

Permalink
Fixed the declared JSON schema type for the changelog config option (
Browse files Browse the repository at this point in the history
…#854)

* Fixed the declared JSON schema type for the `changelog` config option

* Create hungry-dancers-travel.md
  • Loading branch information
Andarist committed Jun 27, 2022
1 parent 7b1c0c1 commit 2827c7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-dancers-travel.md
@@ -0,0 +1,5 @@
---
"@changesets/config": patch
---

Fixed the declared JSON schema type for the `changelog` config option.
3 changes: 2 additions & 1 deletion packages/config/schema.json
Expand Up @@ -13,7 +13,8 @@
},
{ "title": "Changelog Generator Options" }
],
"minItems": 2
"minItems": 1,
"maxItems": 2
},
{
"enum": [false],
Expand Down

0 comments on commit 2827c7a

Please sign in to comment.