Skip to content

Commit

Permalink
chore(ci): add .convco
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Aug 14, 2024
1 parent 5454b61 commit 987bf0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .convco
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "section": "Documentation"},
{"type": "style", "hidden": true},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "test", "hidden": true}
],
"mergePattern": "^Merge branch '.*'$",
"mergeCorrespondence": ["subject"],
"headerPattern": "^(\w*)(?:\((.*)\))?: (.*)$",
"headerCorrespondence": ["type", "scope", "subject"]
}

0 comments on commit 987bf0e

Please sign in to comment.