Add performance improvements section to release notes

This commit is contained in:
Jesse Duffield 2024-09-18 20:58:32 +10:00
parent 611fabde11
commit 0d633896ae
2 changed files with 4 additions and 1 deletions

3
.github/release.yml vendored
View file

@ -21,6 +21,9 @@ changelog:
- title: I18n 🌎 - title: I18n 🌎
labels: labels:
- i18n - i18n
- title: Performance Improvements 📊
labels:
- performance
- title: Other Changes - title: Other Changes
labels: labels:
- "*" - "*"

View file

@ -184,7 +184,7 @@ jobs:
with: with:
mode: exactly mode: exactly
count: 1 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: upload-coverage:
# List all jobs that produce coverage files # List all jobs that produce coverage files
needs: [unit-tests, integration-tests] needs: [unit-tests, integration-tests]