Skip to content

Commit 3a412b9

Browse files
authored
Create release.yml
1 parent 2ad9c59 commit 3a412b9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github /release.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ":chart_with_upwards_trend: dependency-update"
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: "⚠️ Breaking changes"
9+
labels:
10+
- ":warning: breaking"
11+
- title: "🚀 New features"
12+
labels:
13+
- ":rocket: feature"
14+
- title: "📘 Documentation updates"
15+
labels:
16+
- ":blue_book: documentation"
17+
- title: "🐛 Bug fixes"
18+
labels:
19+
- ":beetle: bug"
20+
- title: Other Changes
21+
labels:
22+
- "*"
23+
exclude:
24+
labels:
25+
- dependencies
26+
- title: 👒 Dependencies
27+
labels:
28+
- dependencies

0 commit comments

Comments
 (0)