Skip to content

Commit 42c9c61

Browse files
authored
better release notes (huggingface#704)
1 parent 77efde0 commit 42c9c61

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: New Features 🎉
7+
labels:
8+
- feature/enhancement
9+
- title: Documentation 📚
10+
labels:
11+
- documentation
12+
- title: New Tasks
13+
labels:
14+
- new-task
15+
- title: Task and Metrics changes 🛠️
16+
labels:
17+
- task-update
18+
- title: Bug Fixes 🐛
19+
labels:
20+
- bug
21+
- title: Other Changes
22+
labels:
23+
- "*"

0 commit comments

Comments
 (0)