1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

feat: add semantic.yml (#1876)

This commit is contained in:
包子 2022-03-14 11:44:39 +08:00 committed by GitHub
parent ac99a5c877
commit 1c37eff18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
.github/semantic.yml vendored Normal file
View File

@ -0,0 +1,32 @@
titleOnly: true
commitOnly: false
titleAndCommits: false
scopes:
- api
- cmd
- config
- contrib
- docs
- encoding
- hack
- internal
- log
- metadata
- metrics
- middleware
- registry
- selector
- third_party
- transport
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert