From 2bfc1f7e18231f19b2e8a8de2130638c9fafb0fd Mon Sep 17 00:00:00 2001 From: olayway Date: Mon, 5 Jun 2023 13:55:05 +0200 Subject: [PATCH] [.changeset][xs]: link commits, PRs, and users - link commits, PRs, and users in generated changelogs --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6d2119a4..f1de9ecc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": [ + "@changesets/changelog-github", + { "repo": "datopian/portaljs" } + ], "commit": false, "fixed": [], "linked": [],