Skip to content

Commit d169fc6

Browse files
authored
Add release.yml (#400)
1 parent 7f4a4d5 commit d169fc6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
categories:
3+
- title: Breaking Changes 🚨
4+
labels:
5+
- type breaking change
6+
- title: Enhancements ✨
7+
labels:
8+
- type enhancement
9+
- title: Bug Fixes 🐛
10+
labels:
11+
- type bug fix
12+
- title: Security Fixes 🔒
13+
labels:
14+
- type security fix
15+
- title: Other Changes 🛠
16+
labels:
17+
- "*"
18+
exclude:
19+
authors:
20+
- dependabot
21+
- dependabot[bot]

0 commit comments

Comments
 (0)