Skip to content

Commit 2681b4c

Browse files
committed
add github releases config
1 parent 1978377 commit 2681b4c

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

β€Ž.github/release.yml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- octocat
7+
- renovate[bot]
8+
- dependabot[bot]
9+
categories:
10+
- title: 🌟 Features
11+
labels:
12+
- feature
13+
- 'Type: Feature'
14+
- title: πŸ› Bug Fixes
15+
labels:
16+
- bug
17+
- 'Type: Bug'
18+
- title: πŸ’₯ Breaking Changes
19+
labels:
20+
- breaking
21+
- 'Type: Breaking'
22+
- title: ⚠️ Deprecated Features
23+
labels:
24+
- deprecated
25+
- 'Type: Deprecated'
26+
- title: ⚑ Improvement Features
27+
labels:
28+
- improvement
29+
- 'Type: Improvement'
30+
- title: πŸ”’ Security Fixes
31+
labels:
32+
- security
33+
- 'Type: Security'
34+
- title: πŸ“ˆ Performance Fixes
35+
labels:
36+
- performance
37+
- 'Type: Performance'
38+
- title: πŸ“οΈ Documentations
39+
labels:
40+
- documentation
41+
- 'Type: Documentation'
42+
- title: πŸ‘• Refactoring
43+
labels:
44+
- refactoring
45+
- 'Type: Refactoring'
46+
- title: 🍭 Examples
47+
labels:
48+
- example
49+
- 'Type: Example'
50+
- title: 🌐 β™Ώ Internationalization or Accessibility Fixes
51+
labels:
52+
- a11y
53+
- i18n
54+
- 'Type: I18n'
55+
- 'Type: A11y'
56+
- title: πŸͺ„ Others
57+
labels:
58+
- chore

0 commit comments

Comments
Β (0)