Skip to content

Commit 3073d2d

Browse files
authored
Add a metadata link to changelog
It helps with managing automated version upgrades, when we can go directly to the changelog file.
1 parent ffed3c3 commit 3073d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concurrent-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ Gem::Specification.new do |s|
2525
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
2626
TXT
2727
s.metadata["source_code_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby"
28+
s.metadata["changelog_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md"
2829
s.required_ruby_version = '>= 1.9.3'
2930
end

0 commit comments

Comments
 (0)