Skip to content

Commit

Permalink
correct order of breaking_labels in options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Knuth committed Apr 1, 2018
1 parent 8f9083c commit c80834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github_changelog_generator/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def self.default_options
unreleased: true,
unreleased_label: "Unreleased",
compare_link: true,
breaking_labels: %w[backwards-incompatible breaking],
exclude_labels: ["duplicate", "question", "invalid", "wontfix", "Duplicate", "Question", "Invalid", "Wontfix", "Meta: Exclude From Changelog"],
breaking_labels: %w[backwards-incompatible breaking],
enhancement_labels: ["enhancement", "Enhancement", "Type: Enhancement"],
bug_labels: ["bug", "Bug", "Type: Bug"],
deprecated_labels: ["deprecated", "Deprecated", "Type: Deprecated"],
Expand Down

0 comments on commit c80834a

Please sign in to comment.