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

Commit e136b17

Browse files
authored
revert commit
1 parent 16733e0 commit e136b17

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/release_drafter.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name-template: "$NEXT_PATCH_VERSION"
2+
tag-template: "$NEXT_PATCH_VERSION"
3+
categories:
4+
- title: "⭐ New Features"
5+
labels:
6+
- "experimental"
7+
- "feature request"
8+
- title: "🔧 Optimizations"
9+
labels:
10+
- "optimization"
11+
- "refactor"
12+
- title: "📄 Documentation"
13+
labels:
14+
- "documentation"
15+
- "website"
16+
- title: "❌ Removed"
17+
labels:
18+
- "depreciated"
19+
- title: "🐞 Bug Fixes"
20+
labels:
21+
- "bug"
22+
- "error"
23+
- title: "📘 Dependencies"
24+
label: "dependencies"
25+
no-changes-template: "*No changes*"
26+
change-template: "- $TITLE #$NUMBER (@$AUTHOR)"
27+
template: |
28+
## Changes
29+
30+
$CHANGES

0 commit comments

Comments
 (0)