Skip to content

Commit a2efc74

Browse files
authored
Add release yml to rc (#7466)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
1 parent 51455ec commit a2efc74

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: "💙 Community Highlight"
7+
labels:
8+
- community-pr
9+
- title: ":shipit: Feature Development"
10+
labels:
11+
- t:feature
12+
- t:feature-app
13+
- t:feature-tool
14+
- t:new-feature
15+
- t:enhancement
16+
- title: "❗ Breaking Changes"
17+
labels:
18+
- t:breaking-change
19+
- title: "🐛 Bug fixes"
20+
labels:
21+
- t:bugfix
22+
- title: "⚙️ Maintenance"
23+
labels:
24+
- t:tech-debt
25+
- t:ci
26+
- t:docs
27+
- t:misc
28+
- title: "📦 Dependency Updates"
29+
labels:
30+
- major-updates
31+
- t:deps
32+
- title: "🎨 Other"
33+
labels:
34+
- "*"

0 commit comments

Comments
 (0)