Skip to content

Commit 19f07ce

Browse files
authored
πŸ“ update release categories (#943)
2 parents 3922d06 + 3fa1092 commit 19f07ce

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

β€Ž.github/release.ymlβ€Ž

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
changelog:
22
categories:
3-
- title: πŸ’₯ Breaking Changes
3+
- title: πŸ’₯ Breaking
44
labels:
55
- "is: breaking"
6-
- title: πŸ‘½οΈ SciPy Changes
6+
- title: ⏬ SciPy Changes
77
labels:
88
- "stubs: api change"
99
- "stubs: api change - undocumented"
@@ -13,15 +13,27 @@ changelog:
1313
labels:
1414
- "is: feature"
1515
- "stubs: incomplete"
16+
- "stubs: performance"
17+
- "stubs: shape-typing"
18+
- "topic: DX"
1619
- title: πŸ› Fixes
1720
labels:
1821
- "is: fix"
1922
- "stubs: incorrect"
23+
- title: β†ͺ️ Workarounds
24+
labels:
25+
- "is: workaround"
26+
- title: πŸ“ Documentation
27+
labels:
28+
- "topic: documentation"
2029
- title: βœ… Testing
2130
labels:
2231
- "topic: testing"
23-
- title: ⬆️ Dependencies
32+
- title: 🧹 Maintenance
2433
labels:
34+
- "is: chore"
35+
- "is: refactor"
36+
- "topic: code style"
2537
- "topic: dependencies"
2638
- title: Other Changes
2739
labels:

0 commit comments

Comments
Β (0)