30 lines
467 B
YAML
30 lines
467 B
YAML
repo: bot/yukilog
|
|
|
|
service: gitea
|
|
|
|
base-url: https://git.liteyuki.icu
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
-
|
|
name: BUILD
|
|
labels:
|
|
- build
|
|
-
|
|
name: MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog |