Skip to content

Commit

Permalink
chore: add file to restrict commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolnh authored Jan 24, 2024
1 parent 24da8b0 commit 19169d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions git-conventional-commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"convention": {
"commitTypes": [
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"build",
"docs",
"merge",
"chore",
"ci",
"revert"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*",
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
}
}

0 comments on commit 19169d2

Please sign in to comment.