Skip to content

Commit 4dcb2d3

Browse files
authored
feat: move release.yml to back to repo
This reverts commit 35fcd30.
1 parent 35fcd30 commit 4dcb2d3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.github/release.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
_extends: .github
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
categories:
8+
- title: '🔥 Breaking Changes'
9+
labels:
10+
- 'breaking'
11+
- title: 🏕 Features
12+
labels:
13+
- 'enhancement'
14+
- title: '🐛 Bug Fixes'
15+
labels:
16+
- 'bug'
17+
- title: '👋 Deprecated'
18+
labels:
19+
- 'deprecation'
20+
- title: 📦 Dependencies
21+
labels:
22+
- dependencies
23+
- title: Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)