Skip to content

Commit 9405829

Browse files
authored
Merge pull request #167 from first-contributions-ja/chore/#163-add-release-note-settings
リリースノートのカスタマイズ設定を作成
2 parents bbca93b + 5ac7648 commit 9405829

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/release.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- 'ignore for release'
7+
8+
categories:
9+
10+
- title: ✨ New Features
11+
labels:
12+
- 'Type: ✨ feat'
13+
- title: 🐛 Bug Fix
14+
labels:
15+
- 'Type: 🐛 fix'
16+
- title: 📚 Documentation
17+
labels:
18+
- 'Type: 📚 docs'
19+
- title: 🎨 Style
20+
labels:
21+
- 'Type: 🎨 style'
22+
- title: ♻️ Refactoring
23+
labels:
24+
- 'Type: ♻️ refactor'
25+
- title: 🔧 Chore
26+
labels:
27+
- 'Type: 🔧 chore'
28+
29+
- title: Other Changes
30+
labels:
31+
- "*"

0 commit comments

Comments
 (0)