chore: better changelog generation

This commit is contained in:
iCrawl
2021-12-28 12:11:51 +01:00
parent 3c62bd2d47
commit d80fddf06d
3 changed files with 1018 additions and 548 deletions

View File

@@ -1,26 +1,10 @@
{
"extends": ["@commitlint/config-angular"],
"rules": {
"scope-case": [2, "always", "pascal-case"],
"type-enum": [
2,
"always",
[
"chore",
"build",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"types",
"workflow",
"wip"
]
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"]
]
}
}