mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
20 lines
636 B
JSON
20 lines
636 B
JSON
{
|
|
"output": "CHANGELOG.md",
|
|
"template": "build/changelog/template.hbs",
|
|
"handlebarsSetup": "build/changelog/setup.cjs",
|
|
"sortCommits": "relevance",
|
|
"commitLimit": false,
|
|
"ignoreCommitPattern": "(Chore|chore):|\\(ignore\\)",
|
|
"replaceText": {
|
|
"^(Feat|feat):": ":sparkles: Feat:",
|
|
"^(Fix|fix):": ":bug: Fix:",
|
|
"^(Build|build):": ":hammer: Build:",
|
|
"^(Refactor|refactor):": ":recycle: Refactor:",
|
|
"^(Style|style):": ":lipstick: Style:",
|
|
"^(Perf|perf):": ":zap: Perf:",
|
|
"^(Test|test):": ":white_check_mark: Test:",
|
|
"^(Docs|docs):": ":memo: Docs:",
|
|
"^(Chore|chore):": ":wrench: Chore:"
|
|
}
|
|
}
|