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

Commit d26845a

Browse files
author
staticdev
committed
Release-drafter labels
1 parent 92048ba commit d26845a

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

.github/release-drafter.yml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
categories:
2-
- title: ':boom: Breaking Changes'
3-
label: 'breaking'
4-
- title: ':package: Build System'
5-
label: 'build'
6-
- title: ':construction_worker: Continuous Integration'
7-
label: 'ci'
8-
- title: ':books: Documentation'
9-
label: 'documentation'
10-
- title: ':rocket: Features'
11-
label: 'enhancement'
12-
- title: ':beetle: Fixes'
13-
label: 'bug'
14-
- title: ':racehorse: Performance'
15-
label: 'performance'
16-
- title: ':hammer: Refactoring'
17-
label: 'refactoring'
18-
- title: ':fire: Removals and Deprecations'
19-
label: 'removal'
20-
- title: ':lipstick: Style'
21-
label: 'style'
22-
- title: ':rotating_light: Testing'
23-
label: 'testing'
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: ":racehorse: Performance"
11+
label: "performance"
12+
- title: ":rotating_light: Testing"
13+
label: "testing"
14+
- title: ":construction_worker: Continuous Integration"
15+
label: "ci"
16+
- title: ":books: Documentation"
17+
label: "documentation"
18+
- title: ":hammer: Refactoring"
19+
label: "refactoring"
20+
- title: ":lipstick: Style"
21+
label: "style"
22+
- title: ":package: Dependencies"
23+
labels:
24+
- "dependencies"
25+
- "build"
2426
template: |
25-
## What’s Changed
27+
## Changes
2628
2729
$CHANGES

0 commit comments

Comments
 (0)