Skip to content

Commit b88410e

Browse files
authored
ci: simplified release notes since we don't use labels (#14)
1 parent bef7f78 commit b88410e

File tree

1 file changed

+7
-35
lines changed

1 file changed

+7
-35
lines changed

.github/release.yml

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,13 @@ changelog:
44
- ignore-changelog
55

66
categories:
7-
- title: ":warning: Update considerations and deprecations"
8-
labels:
9-
- "type: breaking"
10-
- "type: deprecation"
11-
- "type: regression"
12-
- "type: revert"
13-
14-
- title: ":rocket: New features and improvements"
15-
labels:
16-
- "type: feature"
17-
- "type: enhancement"
18-
19-
- title: ":lady_beetle: Bug fixes"
20-
labels:
21-
- "type: fix"
22-
- "type: bug"
23-
24-
- title: ":nail_polish: Style, UI, UX"
25-
labels:
26-
- "type: UX"
27-
- "type: UI"
28-
29-
- title: ":book: Documentation"
30-
labels:
31-
- "type: documentation"
32-
33-
- title: ":hammer: Build/Test Dependency Upgrades"
7+
- title: ":question: What's Changed"
348
labels:
35-
- "type: dependencies"
36-
- "type: testing"
37-
- "type: ci/cd"
38-
- "type: build"
39-
- "type: chore"
40-
- "type: task"
9+
- "*"
10+
exclude:
11+
labels:
12+
- dependencies
4113

42-
- title: ":question: What's Changed"
14+
- title: ":hammer: Dependencies"
4315
labels:
44-
- "type: refactor"
16+
- dependencies

0 commit comments

Comments
 (0)