@hugo-fixit/fixit-releaser
Version:
Versioning, change-log and release for Hugo FixIt Similar commit style
22 lines (21 loc) • 788 B
JSON
{
"output": "CHANGELOG.md",
"sortCommits": "relevance",
"commitLimit": false,
"ignoreCommitPattern": "\\(i|ignore\\)|typo",
"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:",
"^(Chore|chore)\\(deps-dev\\):": ":arrow_up: Chore(deps-dev):",
"^(Chore|chore)\\(deps\\):": ":arrow_up: Chore(deps):",
"^(Build|build)\\(deps-dev\\):": ":arrow_up: Build(deps-dev):",
"^(Build|build)\\(deps\\):": ":arrow_up: Build(deps):"
}
}