Skip to content

Provide a 'Changelog' link on rubygems.org/gems/redis-actionpack #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

mark-young-atg
Copy link

By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/redis-actionpack 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/#metadata

By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/redis-actionpack
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/#metadata
@mark-young-atg mark-young-atg requested a review from tubbo as a code owner January 13, 2025 14:22
@tubbo
Copy link
Contributor

tubbo commented May 14, 2025

The CHANGELOG.md in this repo is outdated because it's not automatically updated upon every new pull request merged. We should have an automated changelog generator that works alongside GitHub Releases, and ideally not maintain the file manually.

@tubbo tubbo closed this May 14, 2025
@mark-young-atg
Copy link
Author

The CHANGELOG.md in this repo is outdated because it's not automatically updated upon every new pull request merged. We should have an automated changelog generator that works alongside GitHub Releases, and ideally not maintain the file manually.

If you are using GitHub Releases you can point the changelog_ui directly to that page

'changelog_uri' => 'https://github.com/redis-store/redis-actionpack/releases',

Whichever approach you adopt I think it adds value to provide a "Change log" link on the rubygems page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants