Skip to content

Commit

Permalink
ci: add semantic commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 28, 2024
1 parent 4c43a65 commit b3a5e28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
commitsOnly: true
anyCommit: true
allowMergeCommits: true
allowRevertCommits: true

types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
- major
- minor
- patch

...

0 comments on commit b3a5e28

Please sign in to comment.