diff --git a/docs/src/content/docs/configuration.md b/docs/src/content/docs/configuration.md index 949db431..74ba66de 100644 --- a/docs/src/content/docs/configuration.md +++ b/docs/src/content/docs/configuration.md @@ -140,7 +140,7 @@ changelog: commit_patterns: - "^(?docs?(?:\\((?[^)]+)\\))?!?:\\s*)" semver: patch - - title: Build / dependencies / internal 🔧 + - title: Internal Changes 🔧 commit_patterns: - "^(?(?:build|refactor|meta|chore|ci|ref|perf)(?:\\((?[^)]+)\\))?!?:\\s*)" semver: patch diff --git a/src/utils/changelog.ts b/src/utils/changelog.ts index f73c4b48..7db742f6 100644 --- a/src/utils/changelog.ts +++ b/src/utils/changelog.ts @@ -818,7 +818,7 @@ export const DEFAULT_RELEASE_CONFIG: ReleaseConfig = { semver: 'patch', }, { - title: 'Build / dependencies / internal 🔧', + title: 'Internal Changes 🔧', commit_patterns: [ '^(?(?:build|refactor|meta|chore|ci|ref|perf)(?:\\((?[^)]+)\\))?!?:\\s*)', ],