Skip to content

Commit 9c42795

Browse files
authored
Add changelog_uri to gemspec (#1106)
* Add changelog_uri to gemspec Supported here: https://guides.rubygems.org/specification-reference/#metadata Useful for running https://github.com/MaximeD/gem_updater * Remove wrong comma
1 parent ef5e54c commit 9c42795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: debug.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage
17+
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases/tag/v#{spec.version}"
1718

1819
# Specify which files should be added to the gem when it is released.
1920
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)