We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51455ec commit a2efc74Copy full SHA for a2efc74
1 file changed
.github/release.yml
@@ -0,0 +1,34 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: "💙 Community Highlight"
7
8
+ - community-pr
9
+ - title: ":shipit: Feature Development"
10
11
+ - t:feature
12
+ - t:feature-app
13
+ - t:feature-tool
14
+ - t:new-feature
15
+ - t:enhancement
16
+ - title: "❗ Breaking Changes"
17
18
+ - t:breaking-change
19
+ - title: "🐛 Bug fixes"
20
21
+ - t:bugfix
22
+ - title: "⚙️ Maintenance"
23
24
+ - t:tech-debt
25
+ - t:ci
26
+ - t:docs
27
+ - t:misc
28
+ - title: "📦 Dependency Updates"
29
30
+ - major-updates
31
+ - t:deps
32
+ - title: "🎨 Other"
33
34
+ - "*"
0 commit comments