Skip to content

Commit 06314ad

Browse files
authored
Added release-drafter.yml (#158)
* Added release-drafter.yml * Updated icon
1 parent c728b20 commit 06314ad

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/release-drafter.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Config for https://github.com/apps/release-drafter
2+
name-template: "$RESOLVED_VERSION 📈"
3+
tag-template: "$RESOLVED_VERSION"
4+
categories:
5+
- title: "🚀 New Features and Enhancements "
6+
labels:
7+
- "feature"
8+
- "enhancement"
9+
- "ui"
10+
- title: "💣 Breaking Changes "
11+
labels:
12+
- "breaking-change"
13+
- title: "🏇 Optimizations "
14+
labels:
15+
- "optimize"
16+
- "performance"
17+
- title: "🐛 Bug Fixes "
18+
labels:
19+
- "bugfix"
20+
- "bug"
21+
- title: "🔨 Maintenance "
22+
labels:
23+
- "maintenance"
24+
- "refactoring"
25+
- "chore"
26+
- "build"
27+
- "ci"
28+
- title: "💞 Integrations"
29+
labels:
30+
- "integrations"
31+
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
32+
version-resolver:
33+
major:
34+
labels:
35+
- "major"
36+
minor:
37+
labels:
38+
- "minor"
39+
patch:
40+
labels:
41+
- "patch"
42+
default: patch
43+
exclude-labels:
44+
- "skip-changelog"
45+
template: |
46+
> Refer to https://github.com/iterative/dvclive#installation for installation instructions.
47+
48+
## Changes
49+
50+
$CHANGES
51+
52+
Thanks again to $CONTRIBUTORS for the contributions! 🎉

0 commit comments

Comments
 (0)