8000 Add release-drafter template · staticdev/github4.py@8cba153 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 8cba153

Browse files
author
staticdev
committed
Add release-drafter template
1 parent 4565f8f commit 8cba153

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/release-drafter.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
categories:
2+
- title: ":boom: Breaking Changes"
3+
label: "breaking"
4+
- title: ":rocket: Features"
5+
label: "enhancement"
6+
- title: ":fire: Removals and Deprecations"
7+
label: "removal"
8+
- title: ":beetle: Fixes"
9+
label: "bug"
10+
- title: ":raising_hand: Help wanted"
11+
label: "help wanted"
12+
- title: ":racehorse: Performance"
13+
label: "performance"
14+
- title: ":rotating_light: Testing"
15+
label: "testing"
16+
- title: ":construction_worker: Continuous Integration"
17+
label: "ci"
18+
- title: ":books: Documentation"
19+
label: "documentation"
20+
- title: ":hammer: Refactoring"
21+
label: "refactoring"
22+
- title: ":lipstick: Style"
23+
label: "style"
24+
- title: ":package: Dependencies"
25+
labels:
26+
- "dependencies"
27+
- "build"
28+
template: |
29+
## Changes
30+
31+
$CHANGES

0 commit comments

Comments
 (0)
0