From fdeea479b7f6c2811ed5b9894596abcc0b43bf3c Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 2 May 2023 13:16:36 -0400 Subject: [PATCH 1/2] Enable changelog generation --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index ef589eb84..5f50732cb 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json", - "changelog": false, + "changelog": "@changesets/changelog-git", "commit": false, "fixed": [["@embroider/compat", "@embroider/core", "@embroider/test-setup", "@embroider/webpack"]], "access": "public", From 91c7f46282cb34e190fd3432163cd7f7769f93b1 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 2 May 2023 13:19:01 -0400 Subject: [PATCH 2/2] Ignore packages we don't publish --- .changeset/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5f50732cb..f6593fed1 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,13 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [], + "ignore": [ + "@embroider/test-scenarios", + "v2-addon-template", + "ts-app-template", + "app-template", + "addon-template" + ], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true }