Skip to content

Commit

Permalink
chore: add simple commits manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 6, 2024
1 parent 6eae3e7 commit 7279eb8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sc.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7279eb8

Please sign in to comment.