We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4304414 + 5174c59 commit b25a5a4Copy full SHA for b25a5a4
1 file changed
.github/release-drafter.yml
@@ -3,18 +3,19 @@ tag-template: "$NEXT_MINOR_VERSION"
3
change-template: '- $TITLE #$NUMBER [@$AUTHOR]'
4
5
categories:
6
- - title: "Dependencies"
7
- label: "Dependency"
+ - title: "Removals"
+ label: "Removal"
8
- title: "Deprecations"
9
label: "Deprecation"
10
- title: "Documentation"
11
label: "Documentation"
12
- - title: "Removals"
13
- label: "Removal"
+ - title: "Dependencies"
+ label: "Dependency"
14
- title: "Testing"
15
label: "Testing"
16
- title: "Type hints"
17
label: "Type hints"
18
+ - title: "Other changes"
19
20
exclude-labels:
21
- "changelog: skip"
@@ -23,6 +24,4 @@ template: |
23
24
25
https://pillow.readthedocs.io/en/stable/releasenotes/$NEXT_MINOR_VERSION.html
26
- ## Changes
27
-
28
$CHANGES
0 commit comments