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 9da6bdf + a8cb945 commit 7b9c240Copy full SHA for 7b9c240
.github/release.yml
@@ -1,19 +1,26 @@
1
changelog:
2
categories:
3
- - title: API Changes
+ - title: 💥 Breaking Changes
4
+ labels:
5
+ - "is: breaking"
6
+ - title: 👽️ SciPy Changes
7
labels:
8
- "stubs: api change"
9
- "stubs: api change - undocumented"
10
+ - "topic: upstream release"
11
- "topic: deprecation"
- - title: Improvements
12
+ - title: ✨ Improvements
13
14
- "is: feature"
15
- "stubs: incomplete"
- - title: Fixes
16
+ - title: 🐛 Fixes
17
18
- "is: fix"
19
- "stubs: incorrect"
- - title: Dependency updates
20
+ - title: ✅ Testing
21
22
+ - "topic: testing"
23
+ - title: ⬆️ Dependencies
24
25
- "topic: dependencies"
26
- title: Other Changes
0 commit comments