Skip to content

Commit 3bb2861

Browse files
committed
Auto generation of release notes.
1 parent 0d9f8f4 commit 3bb2861

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: .github/release.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- "cleanup"
5+
- "RN: IGNORE"
6+
categories:
7+
- title: Features
8+
labels:
9+
- "RN: FEATURE"
10+
- "RN: MAJOR FEATURE"
11+
- "RN: MINOR FEATURE"
12+
- title: Improvements
13+
labels:
14+
- "RN: IMPROVEMENT"
15+
- "RN: UI"
16+
- "RN: REFACTOR"
17+
- "RN: FONT"
18+
- title: Fixes
19+
labels:
20+
- "RN: BUGFIX"
21+
- title: Translation
22+
labels:
23+
- "RN: TRANSLATION"
24+
- title: Known Issues
25+
labels:
26+
- BUG

0 commit comments

Comments
 (0)