Skip to content

Commit 9cf9852

Browse files
committed
add github release conf
1 parent 51b0d7e commit 9cf9852

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

β€Ž.github/release.ymlβ€Ž

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- 'backlog PNE'
5+
- backlog
6+
- easy-picking
7+
- 'feature: later'
8+
- 'feature: must-have'
9+
- 'feature: planned'
10+
- 'in progress'
11+
- mapentity_conflict
12+
- 'next release'
13+
- question
14+
- 'status: duplicate'
15+
- 'status: invalid'
16+
- 'status: wontfix'
17+
- 'to check'
18+
- 'to do'
19+
categories:
20+
- title: πŸ’₯ Breaking changes
21+
labels:
22+
- 'πŸ’₯ Breaking changes'
23+
- title: ✨ New features
24+
labels:
25+
- '✨ Feature'
26+
- title: πŸ’« Improvements
27+
labels:
28+
- 'πŸ’« Improvements'
29+
- 'πŸ’„ UI/UX'
30+
- title: πŸ› Bug fixes
31+
labels:
32+
- 'πŸ› bug'
33+
- 'πŸš‘ Hotfix'
34+
- title: ⚑ Performances
35+
labels:
36+
- '⚑ Performances'
37+
- title: πŸ”’ Security
38+
labels:
39+
- 'πŸ”’ Security'
40+
- title: πŸ“ Documentation
41+
labels:
42+
- 'πŸ“ Documentation'
43+
- 'scope: docs'
44+
- '🌐 Translations'
45+
- title: ♻️ Refactoring
46+
labels:
47+
- '♻️ Refactoring'
48+
- title: βœ… Tests
49+
labels:
50+
- 'βœ… Tests'
51+
- title: πŸ‘· CI
52+
labels:
53+
- 'πŸ‘· CI'
54+
- github_actions
55+
- 'scope: deployment'
56+
- title: πŸ—οΈ Maintenance
57+
labels:
58+
- dependencies
59+
- 'πŸ—οΈ Maintenance'
60+
- title: Other Changes
61+
labels:
62+
- "*"

0 commit comments

Comments
Β (0)