Skip to content

Commit

Permalink
Merge pull request #47 from rubocop/fix-edge-offences
Browse files Browse the repository at this point in the history
Fix edge offences
  • Loading branch information
pirj authored Aug 7, 2024
2 parents 7a26689 + eb6ac5e commit 41a3bd4
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 41a3bd4

Please sign in to comment.