Skip to content

Commit

Permalink
ci: Show tarball URL in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 4, 2023
1 parent c46b66a commit 058acab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/ci.rake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ EOS
when "github"
output +=
"| #{name} | [`#{source[:repo]}@#{source[:rev]}`](https://github.com/ruby/ruby/tree/#{source[:rev]}) |\n"
when "tarball"
output += "| #{name} | #{source[:url]} |\n"
else
raise "unknown source type: #{source[:type]}"
end
Expand Down

0 comments on commit 058acab

Please sign in to comment.