tweak(format): Fix HDR10

This commit is contained in:
Seraphys 2025-07-01 14:41:17 -05:00
parent 7a8966f6b2
commit 984634af58
1 changed files with 5 additions and 0 deletions

View File

@ -24,4 +24,9 @@ conditions:
pattern: HLG pattern: HLG
required: true required: true
type: release_title type: release_title
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: [] tests: []