From 6bf805e85628e1c5dec2bf2aae90e3ae33f1ba3c Mon Sep 17 00:00:00 2001 From: Fingertips Date: Sun, 19 Jan 2025 00:35:55 +0800 Subject: [PATCH] chore: add semantic configuration --- .github/semantic.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..9c8e4b2 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +types: + - feat + - fix + - docs + - style + - refactor + - perf + - test + - build + - ci + - cd + - chore + - revert