Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jan 24, 2022
1 parent 17f0577 commit f97b5b7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ task :changelog do
# Strip out maintenance entries
log = log.delete_if do |l|
l =~ /^Regenerated? gemspec/ ||
l =~ /^fix(ed)? tests?/i ||
l =~ /^version bump/i ||
l =~ /^version bump/i ||
l =~ /^bump version/i ||
l =~ /^updated? changelog/i ||
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f97b5b7

Please sign in to comment.