chore(CI): automatically generate changelog via GitHub (#12135)

This commit is contained in:
neverland
2023-07-30 12:55:24 +08:00
committed by GitHub
parent b6d35cd268
commit 677185020e
3 changed files with 39 additions and 10 deletions
+23
View File
@@ -0,0 +1,23 @@
# .github/release.yml
changelog:
exclude:
authors:
# Ignore the release PR created by github-actions
- github-actions
categories:
- title: Breaking Changes 🍭
labels:
- "change: breaking"
- title: New Features 🎉
labels:
- "change: feat"
- title: Bug Fixes 🐞
labels:
- "change: fix"
- title: Document 📖
labels:
- "change: docs"
- title: Other Changes
labels:
- "*"