Skip to content

Commit 719b971

Browse files
authored
Add DirectiveUsageArgumentDefinitionRemoved to changes to ignore (#55314)
1 parent 61d0432 commit 719b971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graphql/scripts/build-changelog.js

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ const CHANGES_TO_IGNORE = [
287287
ChangeType.DirectiveArgumentDescriptionChanged,
288288
ChangeType.DirectiveArgumentDefaultValueChanged,
289289
ChangeType.DirectiveArgumentTypeChanged,
290+
ChangeType.DirectiveUsageArgumentDefinitionRemoved,
290291
ChangeType.EnumValueDescriptionChanged,
291292
ChangeType.EnumValueDeprecationReasonChanged,
292293
ChangeType.EnumValueDeprecationReasonAdded,

0 commit comments

Comments
 (0)