Skip to content

Commit

Permalink
Merge pull request #51 from mark-young-atg/provide_changelog_link_on_…
Browse files Browse the repository at this point in the history
…rubygems

Provide a 'Changelog' link on rubygems.org/gems/terser
  • Loading branch information
ahorek committed Jan 26, 2024
2 parents f9f0675 + 547966a commit 0dd2b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "sourcemap", "~> 0.1.1"

spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/CHANGELOG.md"
end

0 comments on commit 0dd2b47

Please sign in to comment.