1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-16 02:47:03 +02:00
kratos/.github/semantic.yml

34 lines
373 B
YAML
Raw Normal View History

2022-03-14 05:44:39 +02:00
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:
2022-03-18 05:43:26 +02:00
- deps
2022-03-14 05:44:39 +02:00
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
2022-03-18 05:43:26 +02:00
- revert