From cb528a762b13f8f3f51da223513fada739f6278c Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Mon, 1 Dec 2025 16:35:19 -0500 Subject: [PATCH] ci: Add conventional commit types and scopes to semantic.yml Fixes #93 Signed-off-by: Eric Deandrea --- .github/semantic.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/semantic.yml b/.github/semantic.yml index d94de2d..2b6009b 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -2,3 +2,21 @@ titleOnly: true allowMergeCommits: true allowRevertCommits: true + +types: + - feat + - fix + - docs + - style + - refactor + - test + - build + - ci + - chore + - revert + +scopes: + - api + - client + - testcontainers + - deps