From ecb5da4ab9adc06ef3403bb0065f10ef7eebd7d5 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 15 Aug 2023 19:28:33 +0100 Subject: [PATCH] chore(ci): automatically convert changelog entries to sentence case --- release-please-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 1dbec7e5d26..a84fc0de82c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -20,5 +20,8 @@ } ] } - } + }, + "plugins": [ + "sentence-case" + ] }