Skip to content

Commit 70077bd

Browse files
authored
add release.yml file (#1177)
* add release.yml file * add exclude section
1 parent 0a75cff commit 70077bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: New Features 🎉
7+
labels:
8+
- feat
9+
- title: Bug Fixes 🐛
10+
labels:
11+
- fix
12+
- title: Chores 🧹
13+
labels:
14+
- chore
15+
- refactor
16+
- doc
17+
- title: Dependencies ⬆️⬇️
18+
labels:
19+
- dependencies
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)