From 3784c10f507fd7ecdadae47ce07abbb4d40c7260 Mon Sep 17 00:00:00 2001 From: Neha Sharma <156081591+Neha130@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:07:04 +0530 Subject: [PATCH] update semantic.yml --- .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 000000000..6524a1572 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +titleOnly: true + +types: + - fix + - feat + - feature + - fixes + - chore + - perf + - docs + - doc + - release + - misc