Skip to content

Commit

Permalink
Add changelog_uri to gemspec (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynsta authored Jun 24, 2024
1 parent 0e717f9 commit 26e78aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overcommit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Gem::Specification.new do |s|
s.post_install_message =
'Install hooks by running `overcommit --install` in your Git repository'

s.metadata = {
'changelog_uri' => 'https://github.com/sds/overcommit/blob/main/CHANGELOG.md'
}

s.require_paths = %w[lib]

s.executables = ['overcommit']
Expand Down

0 comments on commit 26e78aa

Please sign in to comment.