From 3ec6017a722b322934d6ef5f1a13e5ace4c4c34d Mon Sep 17 00:00:00 2001 From: Neha Sharma <156081591+Neha130@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:15:26 +0530 Subject: [PATCH 1/2] 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 0000000..6524a15 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +titleOnly: true + +types: + - fix + - feat + - feature + - fixes + - chore + - perf + - docs + - doc + - release + - misc From 3a1d2978fac24cea8728a380ed47063ce0132f6b Mon Sep 17 00:00:00 2001 From: Neha Sharma <156081591+Neha130@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:33:32 +0530 Subject: [PATCH 2/2] Update semantic.yml