No 'Changelog' link is being displayed on https://rubygems.org/gems/sidekiq-unique-jobs
mark-young-atg opened this issue · 1 comments
Describe the bug
The 'Changelog' link is not appearing on https://rubygems.org/gems/sidekiq-unique-jobs
Expected behavior
A 'Changelog' should be shown which links to https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md
Current behavior
No 'Changelog' link is shown
Additional context
It appears that an attempt to display the 'Changelog' link has been made in the gemspec file. Presumably something is overriding that and preventing it working.
Rubygems has published some documentation on the metadata they look for Details of this functionality can be found on https://guides.rubygems.org/specification-reference/
Here is an example of a gem which is displaying the 'Changelog' link
Ah, well done. Thank you. I missed the master
-> main
typo. 👍