mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
27 lines
555 B
YAML
27 lines
555 B
YAML
# .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: Performance 🚀
|
|
labels:
|
|
- "change: perf"
|
|
- title: Bug Fixes 🐞
|
|
labels:
|
|
- "change: fix"
|
|
- title: Document 📖
|
|
labels:
|
|
- "change: docs"
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|