Skip to content

Commit

Permalink
fix: adds semantic release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing committed May 7, 2024
1 parent 13ee706 commit 04dc2a3
Show file tree
Hide file tree
Showing 3 changed files with 13,900 additions and 7,457 deletions.
29 changes: 29 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"header-max-length": [
2,
"always",
100
],
"type-enum": [
2,
"always",
[
"breaking",
"chore",
"feat",
"style",
"ci",
"fix",
"refactor",
"config",
"test",
"docs",
"norelease"
]
]
}
}
Loading

0 comments on commit 04dc2a3

Please sign in to comment.