forked from jazzband/pip-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
52 lines (46 loc) · 1013 Bytes
/
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
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
categories:
- title: "Backwards Incompatible Changes"
labels:
- "backwards incompatible"
- title: "Features"
labels:
- "feature"
- "enhancement"
# usually combined with enhancement (avoid double listing)
- "deprecation"
- title: "Bug Fixes"
labels:
- "bug"
- "bug fix"
- title: "Other Changes"
labels:
- "dependency"
- "docs"
category-template: "$TITLE:"
change-template: "- $TITLE ([#$NUMBER](https://github.com/jazzband/pip-tools/pull/$NUMBER)). Thanks @$AUTHOR"
exclude-contributors:
- "pre-commit-ci"
exclude-labels:
- "skip-changelog"
- "maintenance"
- "trivial"
template: |
$CHANGES
version-resolver:
major:
labels:
- "backwards incompatible"
minor:
labels:
- "feature"
- "enhancement"
- "deprecation"
patch:
labels:
- "bug fix"
- "bug"
- "dependency"
- "docs"
default: minor