Add 'other' changelog category

This commit is contained in:
Mark Backman
2025-12-29 20:43:24 -05:00
parent e22a6c9e4d
commit 8ac6421988
3 changed files with 7 additions and 1 deletions

View File

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