Skip to content

Commit

Permalink
Merge pull request #1941 from rubocop/fix-offenses
Browse files Browse the repository at this point in the history
Fix rubocop offenses
  • Loading branch information
pirj committed Jul 19, 2024
2 parents fe3b66b + 6f06a33 commit ce4cd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cut_release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace :cut_release do
def add_header_to_changelog(version)
update_file('CHANGELOG.md') do |changelog|
changelog.sub("## Master (Unreleased)\n\n",
'\0' "## #{version} (#{Time.now.strftime('%F')})\n\n")
"\\0## #{version} (#{Time.now.strftime('%F')})\n\n")
end
end

Expand Down

0 comments on commit ce4cd77

Please sign in to comment.