yukilog/changelog.yaml
Snowykami e6f6a4a360
Some checks failed
Release to Liteyuki Gitea / release (push) Failing after 12s
Publish to Liteyuki PyPI / Upload release to PyPI (push) Successful in 16s
添加 changelog.yaml 文件以配置变更日志生成
2025-04-29 00:59:12 +08:00

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