Skip to content

Commit 058acab

Browse files
ci: Show tarball URL in release notes
1 parent c46b66a commit 058acab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/ci.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ EOS
2626
when "github"
2727
output +=
2828
"| #{name} | [`#{source[:repo]}@#{source[:rev]}`](https://github.com/ruby/ruby/tree/#{source[:rev]}) |\n"
29+
when "tarball"
30+
output += "| #{name} | #{source[:url]} |\n"
2931
else
3032
raise "unknown source type: #{source[:type]}"
3133
end

0 commit comments

Comments
 (0)