Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3348406

Browse files
committed
Rebase main
2 parents 3fbfab0 + f15eb3d commit 3348406

File tree

7 files changed

+1549
-1498
lines changed

7 files changed

+1549
-1498
lines changed

.github/release-drafter.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
categories:
2+
- title: '🚀 Features'
3+
labels:
4+
- 'type: enhancement'
5+
- 'type: epic'
6+
- 'type: feature request'
7+
- title: '🐛 Bug Fixes'
8+
labels:
9+
- 'type: bug'
10+
- title: '🧰 Maintenance'
11+
labels:
12+
- 'type: chore'
13+
- 'type: ci'
14+
- title: '📖 Documentaion'
15+
labels:
16+
- 'type: documentation'
17+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
18+
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
19+
template: |
20+
## Changes
21+
22+
$CHANGES
23+
24+
## Contributor
25+
26+
$CONTRIBUTORS

0 commit comments

Comments
 (0)