Skip to content

Commit a9b656c

Browse files
Provide a 'Changelog' link on rubygems.org/gems/racc
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/racc 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/
1 parent ea43e57 commit a9b656c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

racc.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ DESC
4444
s.required_ruby_version = ">= 2.5"
4545
s.rdoc_options = ["--main", "README.rdoc"]
4646
s.extra_rdoc_files = ["README.ja.rdoc", "README.rdoc"]
47+
s.metadata["changelog_uri"] = "https://github.com/ruby/racc/releases"
4748

4849
if RUBY_PLATFORM =~ /java/
4950
s.files << 'lib/java/racc/cparse-jruby.jar'

0 commit comments

Comments
 (0)