Skip to content

Commit 78b7c04

Browse files
authored
Create release-drafter.yml
1 parent 1cca6c9 commit 78b7c04

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/release-drafter.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
template: |
4+
# Changelog
5+
$CHANGES
6+
7+
See details of [all code changes](https://github.com/zkoppert/innersource-crawler/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
8+
9+
categories:
10+
- title: '🚀 Features'
11+
labels:
12+
- 'feature'
13+
- 'enhancement'
14+
- title: '🐛 Bug Fixes'
15+
labels:
16+
- 'fix'
17+
- 'bugfix'
18+
- 'bug'
19+
- title: '🧰 Maintenance'
20+
labels:
21+
- 'infrastructure'
22+
- 'automation'
23+
- 'documentation'
24+
- 'dependencies'
25+
- title: '🏎 Performance'
26+
label: 'performance'
27+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
28+
version-resolver:
29+
major:
30+
labels:
31+
- 'type: breaking'
32+
minor:
33+
labels:
34+
- 'type: enhancement'
35+
patch:
36+
labels:
37+
- 'type: bug'
38+
- 'type: maintenance'
39+
- 'type: documentation'
40+
default: patch

0 commit comments

Comments
 (0)