From bf75ca6f8c272f6bc57186c7e7d4f5f496f39c70 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Tue, 23 Dec 2025 00:28:38 +0000 Subject: [PATCH] fix(changelog): Add ref and perf to internal changes prefixes --- src/utils/changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/changelog.ts b/src/utils/changelog.ts index df381658..e86cbb19 100644 --- a/src/utils/changelog.ts +++ b/src/utils/changelog.ts @@ -349,7 +349,7 @@ export const DEFAULT_RELEASE_CONFIG: ReleaseConfig = { }, { title: 'Build / dependencies / internal 🔧', - commit_patterns: ['^(?:build|refactor|meta|chore|ci)\\b'], + commit_patterns: ['^(?:build|refactor|meta|chore|ci|ref|perf)\\b'], semver: 'patch', }, ],