Skip to content

Commit 3ea9db9

Browse files
author
Ran Isenberg
committed
docs: add release yaml to improve release notes
1 parent ac5bf87 commit 3ea9db9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/release.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
authors:
8+
- octocat
9+
categories:
10+
- title: Breaking Changes 🛠
11+
labels:
12+
- breaking-change
13+
- title: Exciting New Features 🎉
14+
labels:
15+
- enhancement
16+
- title: Bug Fixes 🐛
17+
labels:
18+
- bug
19+
- title: Documentation 📚
20+
labels:
21+
- documentation
22+
- title: Maintenance 🔧
23+
labels:
24+
- chore
25+
- title: 👒 Dependencies
26+
labels:
27+
- dependencies
28+
- title: Other Changes
29+
labels:
30+
- "*"

0 commit comments

Comments
 (0)