From a284d13dec36a0fda16e3bb65cf639886eb68697 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 21 Aug 2024 08:43:40 +0200 Subject: [PATCH] ci: fix typo in changelog section type --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index ecd7264..0a8827c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,7 +8,7 @@ "draft": false, "prerelease": false, "changelog-sections": [ - { "type": "eat", "section": "Features" }, + { "type": "feat", "section": "Features" }, { "type": "feature", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" },