Add performance improvements section to release notes

This commit is contained in:
Jesse Duffield
2024-09-18 21:06:02 +10:00
parent 611fabde11
commit 0d633896ae
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -21,6 +21,9 @@ changelog:
- title: I18n 🌎
labels:
- i18n
- title: Performance Improvements 📊
labels:
- performance
- title: Other Changes
labels:
- "*"
+1 -1
View File
@@ -184,7 +184,7 @@ jobs:
with:
mode: exactly
count: 1
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n"
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n, performance"
upload-coverage:
# List all jobs that produce coverage files
needs: [unit-tests, integration-tests]