Skip to content

Commit f2556b9

Browse files
authored
Add changelog URI to gemspec metadata (#1641)
# Description Add changelog URI to gemspec metadata # Completed Tasks - [x] I have read the [Contributing Guide][contrib]. - [x] The pull request is complete (implemented / written). - [x] Git commits have been cleaned up (squash WIP / revert commits). - [x] I wrote tests and ran `bundle exec rake` locally (if code is attached to PR). [contrib]: https://github.com/lsegal/yard/blob/main/CONTRIBUTING.md
2 parents 4dc66fc + 3bf661e commit f2556b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yard.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Gem::Specification.new do |s|
2020
s.executables = ['yard', 'yardoc', 'yri']
2121
s.license = 'MIT' if s.respond_to?(:license=)
2222
s.metadata['yard.run'] = 'yri'
23+
s.metadata['changelog_uri'] = 'https://rubydoc.info/gems/yard/file/CHANGELOG.md'
2324
end

0 commit comments

Comments
 (0)