Skip to content

Commit aa15841

Browse files
authored
ci: Add conventional commit types and scopes to semantic.yml (#133)
Fixes #93 Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
1 parent 358e267 commit aa15841

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/semantic.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@
22
titleOnly: true
33
allowMergeCommits: true
44
allowRevertCommits: true
5+
6+
types:
7+
- feat
8+
- fix
9+
- docs
10+
- style
11+
- refactor
12+
- test
13+
- build
14+
- ci
15+
- chore
16+
- revert
17+
18+
scopes:
19+
- api
20+
- client
21+
- testcontainers
22+
- deps

0 commit comments

Comments
 (0)