mirror of https://gitee.com/antv-l7/antv-l7
25 lines
477 B
YAML
25 lines
477 B
YAML
|
# for .github/workflows/release-label.yml
|
||
|
|
||
|
changelog:
|
||
|
exclude:
|
||
|
labels:
|
||
|
- ignore-for-release
|
||
|
- chore
|
||
|
categories:
|
||
|
- title: 🎉 New Features
|
||
|
labels:
|
||
|
- feature
|
||
|
- enhancement
|
||
|
- title: 📖 Documentation Changes
|
||
|
labels:
|
||
|
- documentation
|
||
|
- title: 🐛 Bug Fixes
|
||
|
labels:
|
||
|
- bugfix
|
||
|
- title: 🛠 Breaking Changes
|
||
|
labels:
|
||
|
- breaking
|
||
|
- title: Other Changes
|
||
|
labels:
|
||
|
- "*"
|