-
-
Notifications
You must be signed in to change notification settings - Fork 788
Expand file tree
/
Copy pathrelease.yml
More file actions
31 lines (30 loc) · 714 Bytes
/
release.yml
File metadata and controls
31 lines (30 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# .github/release.yml
changelog:
exclude:
labels:
- 'release: ignore'
authors:
# Ignore the release PR created by github-actions
- github-actions
categories:
- title: Breaking Changes 🛠
labels:
- 'release: breaking change'
- title: Performance Improvements ⚡
labels:
- 'release: performance'
- title: New Features 🎉
labels:
- 'release: feature'
- title: Bug Fixes 🐞
labels:
- 'release: bug fix'
- title: Refactor 🔨
labels:
- 'release: refactor'
- title: Document Updates 📖
labels:
- 'release: document'
- title: Other Changes
labels:
- '*'