Skip to content

Commit

Permalink
Added misisng ruby- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 5, 2024
1 parent e57094c commit 1513a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/draft-release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
template = File.read("lib/release-template.erb")
version = ARGV[0] || "3.3.4"

output_path = "en/news/_posts/#{Time.now.strftime("%Y-%m-%d")}-#{version.gsub(/\./, "-")}-released.md"
output_path = "en/news/_posts/ruby-#{Time.now.strftime("%Y-%m-%d")}-#{version.gsub(/\./, "-")}-released.md"

File.open(output_path, "w") do |file|
file.write ERB.new(template).result(binding)
Expand Down

0 comments on commit 1513a94

Please sign in to comment.