Skip to content

Commit bef7f78

Browse files
authored
ci: release template (#13)
1 parent 1420862 commit bef7f78

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/release.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-changelog
5+
6+
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"
34+
labels:
35+
- "type: dependencies"
36+
- "type: testing"
37+
- "type: ci/cd"
38+
- "type: build"
39+
- "type: chore"
40+
- "type: task"
41+
42+
- title: ":question: What's Changed"
43+
labels:
44+
- "type: refactor"

0 commit comments

Comments
 (0)