File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11[files ]
22extend-exclude = [
3- # To keep Changelog consistency between the commit history/PRs.
3+ # To keep Changelog consistency between the commit history/PRs.
44 # Ignore 0.1 to 0.13 bevy versions.
55 " content/news/*-bevy-0.[1-9]/index.md" ,
66 " content/news/*-bevy-0.1[0-3]/index.md" ,
@@ -12,6 +12,8 @@ extend-exclude = [
1212 " release-content/0.14/migration-guides/12038_fix_some_typos.md" ,
1313 " release-content/0.14/migration-guides/13261_More_gizmos_builders.md" ,
1414 " release-content/0.14/migration-guides/13654_Rename_point_light_to_clusterable_object_in_cluster_contex.md" ,
15+ # Ignore contributor files as those are usernames
16+ " release-content/*/contributors.toml" ,
1517 # Ignore changelogs and release notes (titles should be verbatim)
1618 " release-content/*/changelog.toml" ,
1719 " release-content/*/_release-notes.toml" ,
You can’t perform that action at this time.
0 commit comments