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

Commit 7296687

Browse files
authored
Merge pull request #28 from Ktt-Development/Katsute-patch-1
Update release-drafter.yml
2 parents 4dec125 + 0e96cf3 commit 7296687

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.github/release-drafter.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
name-template: '$NEXT_PATCH_VERSION'
2-
tag-template: '$NEXT_PATCH_VERSION'
1+
name-template: "$NEXT_PATCH_VERSION"
2+
tag-template: "$NEXT_PATCH_VERSION"
33
categories:
4-
- title: '⭐ New Features'
4+
- title: "⭐ New Features"
55
labels:
6-
- 'experimental'
7-
- 'feature request'
8-
- title: '📄 Documentation'
6+
- "experimental"
7+
- "feature request"
8+
- title: "📄 Documentation"
99
labels:
10-
- 'documentation'
11-
- 'website'
12-
- title: '🔧 Optimizations'
10+
- "documentation"
11+
- "website"
12+
- title: "🔧 Optimizations"
1313
labels:
14-
- 'depreciated'
15-
- 'optimizations'
16-
- 'refactor'
17-
- title: '🐞 Bug Fixes'
14+
- "depreciated"
15+
- "optimizations"
16+
- "refactor"
17+
- title: "🐞 Bug Fixes"
1818
labels:
19-
- 'bug'
20-
- 'error'
21-
- title: '📘 Dependencies'
22-
label: 'dependencies'
23-
no-changes-template: '*No changes*'
24-
change-template: '- $TITLE #$NUMBER (@$AUTHOR)'
19+
- "bug"
20+
- "error"
21+
- title: '📘 Dependencies"
22+
label: 'dependencies"
23+
no-changes-template: "*No changes*"
24+
change-template: "- $TITLE #$NUMBER (@$AUTHOR)"
2525
template: |
2626
## Changes
2727
2828
$CHANGES
29-

0 commit comments

Comments
 (0)