release notes fix for engine (#6219)

This commit is contained in:
Anthony Stirling
2026-04-25 13:09:48 +01:00
committed by GitHub
parent 8cd6377131
commit 276bbd635c
2 changed files with 21 additions and 2 deletions
+6
View File
@@ -72,6 +72,12 @@ labels:
- 'frontend/src-tauri/**' - 'frontend/src-tauri/**'
- 'frontend/src-tauri/.*' - 'frontend/src-tauri/.*'
- label: 'engine'
files:
- 'engine/**'
- 'engine/.*'
- 'engine/**/.*'
- label: 'Java' - label: 'Java'
files: files:
- 'app/common/src/main/java/.*.java' - 'app/common/src/main/java/.*.java'
+15 -2
View File
@@ -1,4 +1,11 @@
changelog: changelog:
exclude:
labels:
- ignore-for-release
# engine: Python AI engine - not currently live / not yet shipped to users.
# Remove this entry once the engine is released.
- engine
categories: categories:
- title: Breaking Changes - title: Breaking Changes
labels: labels:
@@ -6,16 +13,22 @@ changelog:
- title: Bug Fixes - title: Bug Fixes
labels: labels:
- Bugfix
- Bug - Bug
- title: Enhancements - title: Enhancements
labels: labels:
- enhancement - enhancement
- Java
- Front End
- Back End
- Tauri
- title: Minor Enhancements - title: Minor Enhancements
labels: labels:
- Java - chore
- Front End - style
- refactor
- title: Docker Updates - title: Docker Updates
labels: labels: