JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

Provide a 'Changelog' link on rubygems.org/gems/highline #269

Closed mark-young-atg closed 8 months ago

mark-young-atg commented 9 months ago

By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/highline which makes it quick and easy for someone to check on the changes introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/

abinoam commented 8 months ago

Nice spot @mark-young-atg !

Thanks for the PR!