Skip to content

Commit 39a7c3b

Browse files
committed
build: changelog template
1 parent da438f8 commit 39a7c3b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/release.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- octocat
7+
categories:
8+
- title: 🚀 Features
9+
labels:
10+
- enhancement
11+
- title: 🐛 Bug Fixes
12+
labels:
13+
- bug
14+
- title: 🧼 Code Refactoring
15+
labels:
16+
- refactor
17+
- title: 📚 Documentation
18+
labels:
19+
- documentation
20+
- title: 🧪 Testing
21+
labels:
22+
- test
23+
- title: 🏗️ Build System
24+
labels:
25+
- build
26+
- title: 📦 Dependency Updates
27+
labels:
28+
- build
29+
- title: Other Changes
30+
labels:
31+
- "*"

0 commit comments

Comments
 (0)