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

8
.github/pr-labeler.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
"change: feat":
- "/^(feat|perf|types|style)/"
"change: fix":
- "/^fix/"
"change: breaking":
- "/^breaking change/"
"change: docs":
- "/^docs/"