From 987bf0e9da28d453e858fd361e36ea17c6d7a7a4 Mon Sep 17 00:00:00 2001 From: graelo Date: Wed, 14 Aug 2024 12:37:59 +0200 Subject: [PATCH] chore(ci): add .convco --- .convco | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .convco diff --git a/.convco b/.convco new file mode 100644 index 0000000..1fdab7f --- /dev/null +++ b/.convco @@ -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"] +}