From a597067f0f4dd5efe17c0e88c5d385499edb3e9a Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 15 Sep 2023 06:13:42 -0400 Subject: [PATCH] ci: configure release PR title (#152) --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 3391b559..a842d384 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,6 +8,7 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "pull-request-header": "Automated Release PR", + "pull-request-title-pattern": "release: ${version}", "changelog-sections": [ { "type": "feat",