Skip to content

Commit a25b4b9

Browse files
committed
✨ Add release.yml
1 parent 12f0ebd commit a25b4b9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://docs.github.com/ja/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configuration
2+
changelog:
3+
exclude:
4+
labels:
5+
- ignore-for-release
6+
authors:
7+
- octocat
8+
categories:
9+
- title: 🐛 Bug Fixes
10+
labels: [bug]
11+
- title: 🔥 Deprecated
12+
labels: [deprecated]
13+
- title: ✨ New Feature
14+
labels: [enhancement]
15+
- title: ⚡️ Improvement
16+
labels: [improvement]
17+
- title: 📝 Documentation
18+
labels: [documentation]
19+
- title: ♻️ Refactoring
20+
labels: [refactoring]
21+
- title: ⛓️ Dependencies
22+
labels: [dependencies]
23+
- title: Other Changes
24+
labels: ["*"]

0 commit comments

Comments
 (0)