From 50c359ee3756c44250947e7956d87382cf7619ed Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Fri, 19 Apr 2024 13:38:46 +0200 Subject: [PATCH] Fix changelog format (#55) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 91b6a95..928f9ab 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": ["@changesets/changelog-github", { "repo": "penpot/penpot-exporter-figma-plugin" }], "commit": false, "fixed": [], "linked": [],