mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Chore(ignore): add ignoreCommitPattern config for auto changelog
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"handlebarsSetup": ".auto-changelog/setup.js",
|
||||
"sortCommits": "relevance",
|
||||
"commitLimit": false,
|
||||
"ignoreCommitPattern": "\\(ignore\\)",
|
||||
"replaceText": {
|
||||
"^(Feat|feat):": ":sparkles: Feat:",
|
||||
"^(Fix|fix):": ":bug: Fix:",
|
||||
|
||||
@@ -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" -}}
|
||||
|
||||
Reference in New Issue
Block a user