-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-drafter-config.yml
73 lines (71 loc) · 1.75 KB
/
release-drafter-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name-template: 'v$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- ':star2: feature'
collapse-after: 5
- title: '✨ Improvements'
labels:
- ':wrench: enhancement'
collapse-after: 5
- title: '🛠️ Bug Fixes'
labels:
- ':adhesive_bandage: bug fix'
collapse-after: 5
- title: '🧰 Maintenance'
labels:
- ':hammer_and_wrench: refactor'
collapse-after: 5
- title: '📦 Dependencies'
labels:
- ':dagger: dependencies'
collapse-after: 5
- title: '🔖 Other changes'
autolabeler:
- label: ':books: docs'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: ':adhesive_bandage: bug fix'
branch:
- '/bugfix\/.+/'
- '/hotfix\/.+/'
title:
- '/fix/i'
- label: ':star2: feature'
branch:
- '/feature\/.+/'
- label: ':wrench: enhancement'
branch:
- '/enhancement\/.+/'
- label: ':hammer_and_wrench: refactor'
branch:
- '/refactor\/.+/'
- label: ':dagger: dependencies'
branch:
- '/dependencies\/.+/'
- '/renovate\/.+/'
change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- ':cactus: breaking'
minor:
labels:
- ':wrench: enhancement'
- ':star2: feature'
patch:
labels:
- ':adhesive_bandage: bug fix'
- ':dagger: dependencies'
- ':hammer_and_wrench: refactor'
default: patch
exclude-labels:
- ':skateboard: skip-changelog'
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION