From bc41d3109ee829f4ba66a233a7b05640c7e93772 Mon Sep 17 00:00:00 2001 From: Gert Mertes Date: Wed, 5 Feb 2025 09:43:22 +0000 Subject: [PATCH] ci: Test github changelog style --- .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 abe6e81ab..b52ca1db7 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -4,7 +4,7 @@ "bump-patch-for-minor-pre-major": true, "separate-pull-requests": true, "always-update": true, - "changelog-type": "default", + "changelog-type": "github", "include-component-in-tag": true, "include-v-in-tag": false, "draft-pull-request": true,