🔧 Chore(ignore): add ignoreCommitPattern config for auto changelog

This commit is contained in:
Cell
2024-05-09 16:31:59 +08:00
parent 71e855ab08
commit df7443951b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
"handlebarsSetup": ".auto-changelog/setup.js",
"sortCommits": "relevance",
"commitLimit": false,
"ignoreCommitPattern": "\\(ignore\\)",
"replaceText": {
"^(Feat|feat):": ":sparkles: Feat:",
"^(Fix|fix):": ":bug: Fix:",
+2 -2
View File
@@ -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" -}}