From bec6cefc9c5169a6c78da2bf38ce0f0c9e31d1af Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 12 Jun 2024 11:40:21 +0200 Subject: [PATCH] chore: do not include chore in changelog --- .github/release-please/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index de36469..cbfe22d 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -11,7 +11,6 @@ { "type": "fix", "section": "🩹 Fixes", "hidden": false }, { "type": "docs", "section": "📚 Documentation", "hidden": false }, - { "type": "chore", "section": "🧹 Chores", "hidden": false }, { "type": "perf", "section": "🧹 Chores", "hidden": false }, { "type": "refactor", "section": "🧹 Chores", "hidden": false }, { "type": "test", "section": "🧹 Chores", "hidden": false },