We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d0432 commit 719b971Copy full SHA for 719b971
src/graphql/scripts/build-changelog.js
@@ -287,6 +287,7 @@ const CHANGES_TO_IGNORE = [
287
ChangeType.DirectiveArgumentDescriptionChanged,
288
ChangeType.DirectiveArgumentDefaultValueChanged,
289
ChangeType.DirectiveArgumentTypeChanged,
290
+ ChangeType.DirectiveUsageArgumentDefinitionRemoved,
291
ChangeType.EnumValueDescriptionChanged,
292
ChangeType.EnumValueDeprecationReasonChanged,
293
ChangeType.EnumValueDeprecationReasonAdded,
0 commit comments