From ec7d7b1e1fe9fd42b9f2a6559d615810fe61204e Mon Sep 17 00:00:00 2001 From: Rejman Date: Thu, 28 Aug 2025 20:10:56 -0300 Subject: [PATCH] chore: pr title and description --- release-please-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index caed13b..8f19fe6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,6 +7,8 @@ "package-name": "php-namespace-refactor", "initial-version": "1.2.1", "release-type": "node", + "pull-request-title-pattern": "🤖 chore: release ${version} [bot]", + "pull-request-header": "## 🤖 Automated Release\n\n*This PR was automatically generated and should not appear in the changelog.*", "changelog-sections": [ { "type": "feat",