From 7279eb8f4a8648c7dab136df1db39a548c964155 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:36:35 -0400 Subject: [PATCH] chore: add simple commits manifest --- sc.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sc.toml diff --git a/sc.toml b/sc.toml new file mode 100644 index 0000000..666cb54 --- /dev/null +++ b/sc.toml @@ -0,0 +1,21 @@ +# Tool from https://github.com/romancitodev/simple-commits + +[git] +skip_preview = true +skip_emojis = true + +[[scopes]] +name = "examples" +description = "The examples has modified" + +[[scopes]] +name = "lib" +description = "Developer experience library" + +[[scopes]] +name = "ui" +description = "UI layer modification" + +[[scopes]] +name = "deps" +description = "Dependencies modified"