Skip to content

Commit 0d63389

Browse files
committed
Add performance improvements section to release notes
1 parent 611fabd commit 0d63389

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ changelog:
2121
- title: I18n 🌎
2222
labels:
2323
- i18n
24+
- title: Performance Improvements 📊
25+
labels:
26+
- performance
2427
- title: Other Changes
2528
labels:
2629
- "*"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
mode: exactly
186186
count: 1
187-
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n"
187+
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n, performance"
188188
upload-coverage:
189189
# List all jobs that produce coverage files
190190
needs: [unit-tests, integration-tests]

0 commit comments

Comments
 (0)