forked from pola-rs/polars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
90 lines (84 loc) · 1.85 KB
/
release-drafter.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
categories:
- title: 🏆 Highlights
labels: highlight
- title: ⚠️ Breaking changes
labels: breaking
- title: 🚀 Performance improvements
labels: performance
- title: ✨ Enhancements
labels: enhancement
- title: 🐞 Bug fixes
labels: fix
- title: 🛠️ Other improvements
labels:
- build
- chore
- ci
- documentation
- refactor
- revert
- style
- test
exclude-labels:
- skip-changelog
- release
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&'
replacers:
# Remove conventional commits from titles
- search: '/- (build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test)(\(.*\))?(\!)?\: /g'
replace: '- '
version-resolver:
minor:
labels: breaking
default: patch
autolabeler:
- label: rust
title:
- '/^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test)\(.*rust.*\)/'
- label: python
title:
- '/^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test)\(.*python.*\)/'
- label: breaking
title:
- '/^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test)(\(.*\))?\!\: /'
- label: build
title:
- '/^build/'
- label: chore
title:
- '/^chore/'
- label: ci
title:
- '/^ci/'
- label: documentation
title:
- '/^docs/'
- label: enhancement
title:
- '/^feat/'
- label: fix
title:
- '/^fix/'
- label: performance
title:
- '/^perf/'
- label: refactor
title:
- '/^refactor/'
- label: release
title:
- '/^release/'
- label: revert
title:
- '/^revert/'
- label: style
title:
- '/^style/'
- label: test
title:
- '/^test/'
template: |
$CHANGES
Thank you to all our contributors for making this release possible!
$CONTRIBUTORS