We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a26689 + eb6ac5e commit 41a3bd4Copy full SHA for 41a3bd4
tasks/cut_release.rake
@@ -38,7 +38,7 @@ namespace :cut_release do
38
def add_header_to_changelog(version)
39
update_file('CHANGELOG.md') do |changelog|
40
changelog.sub("## Master (Unreleased)\n\n",
41
- '\0' "## #{version} (#{Time.now.strftime('%F')})\n\n")
+ "\\0## #{version} (#{Time.now.strftime('%F')})\n\n")
42
end
43
44
0 commit comments