From df7443951bc0399e0a4f6cb5c9807126e7dfe307 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 9 May 2024 16:31:59 +0800 Subject: [PATCH] :wrench: Chore(ignore): add ignoreCommitPattern config for auto changelog --- .auto-changelog/config.json | 1 + layouts/partials/custom.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.auto-changelog/config.json b/.auto-changelog/config.json index 59f25a7e..2cba6795 100644 --- a/.auto-changelog/config.json +++ b/.auto-changelog/config.json @@ -4,6 +4,7 @@ "handlebarsSetup": ".auto-changelog/setup.js", "sortCommits": "relevance", "commitLimit": false, + "ignoreCommitPattern": "\\(ignore\\)", "replaceText": { "^(Feat|feat):": ":sparkles: Feat:", "^(Fix|fix):": ":bug: Fix:", diff --git a/layouts/partials/custom.html b/layouts/partials/custom.html index f73a81f3..855ac8f6 100644 --- a/layouts/partials/custom.html +++ b/layouts/partials/custom.html @@ -1,6 +1,6 @@ {{- /* - In order to avoid upgrade conflicts and to easily reference theme components, - It's recommended to copy this file from the theme to your project and rewrite it. + To avoid upgrade conflicts and facilitate the reference of theme components, + it's strongly recommended to copy this file from the theme to your project and override it. */ -}} {{- define "custom-head" -}}