From c7c3874fd9f78bcf84c056bb84a154f41ddd4ed8 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:33:03 -0400 Subject: [PATCH] chore: add simple commits manifest --- sc.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sc.toml diff --git a/sc.toml b/sc.toml new file mode 100644 index 0000000..fafeab2 --- /dev/null +++ b/sc.toml @@ -0,0 +1,17 @@ +# Tool from https://github.com/romancitodev/simple-commits + +[git] +skip_preview = true +skip_emojis = true + +[[scopes]] +name = "app" +description = "The app layer changes" + +[[scopes]] +name = "build" +description = "Build and Deploy related" + +[[scopes]] +name = "deps" +description = "NodeJs packages deps"