From 0e288ceb85ebdc39b0403f925b688f01a8619153 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:31:34 -0500 Subject: [PATCH 1/4] Add changelog config for release-plan to know how to interpret PRs --- package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4db4a11d..7369c8f4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,19 @@ "yarn": "1.22.18", "pnpm": "8.7.6" }, + "changelog": { + "__comment__": "Our release infrastructure relies on these exact labels. Be careful changing them.", + "labels": { + "breaking": ":boom: Breaking Change", + "enhancement": ":rocket: Enhancement", + "bug": ":bug: Bug Fix", + "documentation": ":memo: Documentation", + "internal": ":house: Internal", + "unlabeled": ":question: Unlabeled" + }, + "wildcardLabel": "unlabeled" + }, "publishConfig": { "registry": "https://registry.npmjs.org" } -} \ No newline at end of file +} From 60ea9f12e7f58742b9aa93f4595923252858ecdb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:34:16 -0500 Subject: [PATCH 2/4] Add changelog title --- CHANGELOG.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 994e1e3c..63e0e838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,4 @@ - - - - - - - - - - - - - - - - - - - - - - +# @embroider/addon-blueprint ## v2.8.0 (2023-11-22) From 888ca429aa76af097cf3514c45254e2258d1d895 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:40:10 -0500 Subject: [PATCH 3/4] We don't need this --- package.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package.json b/package.json index 7369c8f4..0b53c836 100644 --- a/package.json +++ b/package.json @@ -40,18 +40,6 @@ "yarn": "1.22.18", "pnpm": "8.7.6" }, - "changelog": { - "__comment__": "Our release infrastructure relies on these exact labels. Be careful changing them.", - "labels": { - "breaking": ":boom: Breaking Change", - "enhancement": ":rocket: Enhancement", - "bug": ":bug: Bug Fix", - "documentation": ":memo: Documentation", - "internal": ":house: Internal", - "unlabeled": ":question: Unlabeled" - }, - "wildcardLabel": "unlabeled" - }, "publishConfig": { "registry": "https://registry.npmjs.org" } From 3f46fd42ae50105e49984b8d18bafb56a2ab6526 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:40:28 -0500 Subject: [PATCH 4/4] Changelog needs to declare that it is a changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e0e838..823795c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# @embroider/addon-blueprint +# @embroider/addon-blueprint Changelog ## v2.8.0 (2023-11-22)