Provide a 'Changelog' link on rubygems.org/gems/diff-lcs - #92
Merged
halostatue merged 2 commits intoFeb 2, 2024
Merged
halostatue merged 2 commits into
halostatue merged 2 commits into
Conversation
Owner
|
diff-ics uses Hoe for release management. Modifying the |
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/diff-lcs 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/
mark-young-atg
force-pushed
the
provide_changelog_link_on_rubygems
branch
from
February 2, 2024 16:15
82aa339 to
58428a6
Compare
Contributor
Author
|
Thanks @halostatue, I've modified the commit. Does that look right to you now? |
Owner
|
If you could apply this patch, we can get this merged: diff --git i/Contributing.md w/Contributing.md
index 72fb5e11285c..fdf0f9ad0c8d 100644
--- i/Contributing.md
+++ w/Contributing.md
@@ -101,6 +101,7 @@ Thanks to everyone else who has contributed code or bug reports to Diff::LCS:
- Koichi Ito
- Mark Friedgan
- Masato Nakamura
+- Mark Young
- Michael Granger
- Myron Marston
- Nicolas Leger
diff --git i/History.md w/History.md
index 14f8540a70b3..89a9b36f6c76 100644
--- i/History.md
+++ w/History.md
@@ -1,5 +1,9 @@
# History
+## NEXT / YYYY-MM-DD
+
+- Mark Young added a Changelog link to the RubyGems metadata. [#92][]
+
## 1.5.1 / 2024-01-31
- Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato Nakamura
@@ -422,6 +426,7 @@
[#89]: https://github.com/halostatue/diff-lcs/pull/89
[#90]: https://github.com/halostatue/diff-lcs/pull/90
[#91]: https://github.com/halostatue/diff-lcs/issues/91
+[#92]: https://github.com/halostatue/diff-lcs/pull/92
[rspec/rspec-expectations#200]: https://github.com/rspec/rspec-expectations/pull/200
[rspec/rspec-expectations#219]: https://github.com/rspec/rspec-expectations/issues/219
[rspec/rspec-expectations#238]: https://github.com/rspec/rspec-expectations/issues/238I won't be doing a release just for this, but it will be nice to have in the next release. |
Contributor
Author
|
Thanks very much for your help and patience @halostatue |
mark-young-atg
force-pushed
the
provide_changelog_link_on_rubygems
branch
from
February 2, 2024 16:47
48251b9 to
403d257
Compare
halostatue
approved these changes
Feb 2, 2024
halostatue
enabled auto-merge (rebase)
February 2, 2024 18:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/diff-lcs 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/