Skip to content

Commit

Permalink
chore: better changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Dec 28, 2021
1 parent 3c62bd2 commit d80fddf
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 548 deletions.
18 changes: 1 addition & 17 deletions .commitlintrc.json
@@ -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"]
]
}
}

0 comments on commit d80fddf

Please sign in to comment.