Skip to content

Commit 35fcd30

Browse files
authored
feat: move release.yml to central repository(#29)
1 parent a0c741b commit 35fcd30

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/release.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
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-
- "*"
1+
_extends: .github

0 commit comments

Comments
 (0)