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" -}}