Add 'Experimental Feature' category

This commit is contained in:
Raúl Marín 2024-06-21 09:49:26 +00:00
parent fa3bdf6050
commit 26aa65b9d1
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py
--> -->
### Changelog category (leave one): ### Changelog category (leave one):
- New Feature - New Feature
- Experimental Feature
- Improvement - Improvement
- Performance Improvement - Performance Improvement
- Backward Incompatible Change - Backward Incompatible Change

View File

@ -33,6 +33,7 @@ from version_helper import (
categories_preferred_order = ( categories_preferred_order = (
"Backward Incompatible Change", "Backward Incompatible Change",
"New Feature", "New Feature",
"Experimental Feature",
"Performance Improvement", "Performance Improvement",
"Improvement", "Improvement",
"Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)", "Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)",