Skip to content

Commit

Permalink
Merge pull request #10 from terrestris/semantic-release
Browse files Browse the repository at this point in the history
fix: Semantic release
  • Loading branch information
FritzHoing authored May 7, 2024
2 parents 13ee706 + 2473d45 commit ce3f036
Show file tree
Hide file tree
Showing 3 changed files with 13,921 additions and 7,459 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 ce3f036

Please sign in to comment.