Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 53c80fb

Browse files
authored
Create release-drafter.yml
1 parent 6c88162 commit 53c80fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

β€Ž.github/release-drafter.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: 'πŸš€ Features'
5+
labels:
6+
- 'πŸ’‘ feature'
7+
- 'πŸ• enhancement'
8+
- title: 'πŸ› Bug Fixes'
9+
labels:
10+
- 'πŸ› bug'
11+
- title: '🧰 Maintenance'
12+
label: 'chore'
13+
- title: 'πŸ“– Documentation'
14+
label: 'πŸ“ documentation'
15+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16+
version-resolver:
17+
major:
18+
labels:
19+
- 'major'
20+
minor:
21+
labels:
22+
- 'minor'
23+
patch:
24+
labels:
25+
- 'patch'
26+
default: patch
27+
template: |
28+
## Changes
29+
30+
$CHANGES

0 commit comments

Comments
Β (0)