From a21b6739e3e892a98adf48fda4c42563420a3427 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 31 Mar 2021 15:07:23 -0400 Subject: [PATCH] update changsets changelog config --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index a62af8dee..a8d18df90 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json", - "changelog": "@changesets/changelog-github", + "changelog": [ + "@changesets/changelog-github", + { "repo": "ianstormtaylor/slate" } + ], "commit": false, "linked": [["slate", "slate-history", "slate-hyperscript", "slate-react"]], "access": "public",