mirror of
https://gitea.com/jolheiser/sip
synced 2024-11-22 19:51:58 +01:00
28 lines
387 B
YAML
28 lines
387 B
YAML
|
repo: jolheiser/sip
|
||
|
service: gitea
|
||
|
base-url: https://gitea.com
|
||
|
groups:
|
||
|
-
|
||
|
name: FEATURES
|
||
|
labels:
|
||
|
- feature
|
||
|
-
|
||
|
name: BUGFIXES
|
||
|
labels:
|
||
|
- bug
|
||
|
-
|
||
|
name: ENHANCEMENTS
|
||
|
labels:
|
||
|
- enhancement
|
||
|
-
|
||
|
name: BUILD
|
||
|
labels:
|
||
|
- build
|
||
|
-
|
||
|
name: DOCS
|
||
|
labels:
|
||
|
- docs
|
||
|
-
|
||
|
name: MISC
|
||
|
default: true
|
||
|
skip-labels: skip-changelog
|