github(changelog): allow performance type

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-20 16:32:40 -08:00
parent 0a54dc9721
commit 18429f80f1

View File

@@ -86,7 +86,7 @@ jobs:
fi
# Validate fragment types
VALID_TYPES="added changed deprecated removed fixed security other"
VALID_TYPES="added changed deprecated removed fixed performance security other"
INVALID_FRAGMENTS=""
for file in changelog/*.md; do