Skip to content

Commit

Permalink
feat: add release group
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 14, 2023
1 parent 2723772 commit 6aa57ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/anitomy/src/keyword.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class KeywordManager {
add(ElementCategory.VolumePrefix, optionsDefault, ['VOL', 'VOL.', 'VOLUME']);

// Release
add(ElementCategory.ReleaseGroup, optionsDefault, ['THORA']);
add(ElementCategory.ReleaseGroup, optionsDefault, ['Baha', 'THORA']);
add(ElementCategory.ReleaseInformation, optionsDefault, [
'BATCH',
'COMPLETE',
Expand Down

0 comments on commit 6aa57ac

Please sign in to comment.