Skip to content

Commit

Permalink
Added next_release to supported types
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Aug 9, 2022
1 parent aca8ed0 commit dcf673b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def self.auto_generate_changelog(repo_name, github_token, rate_limit_sleep)
body = JSON.parse(resp[:body])
commits = body["commits"].reverse

supported_types = ["breaking", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"].to_set
supported_types = ["breaking", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "next_release"].to_set
changelog_sections = { breaking_changes: [], fixes: [], new_features: [], other: [] }

commits.map do |commit|
Expand Down

0 comments on commit dcf673b

Please sign in to comment.