Skip to content

Commit

Permalink
Merge pull request #46 from w-masahiro-ct/fix-changelog-uri
Browse files Browse the repository at this point in the history
Fix changelog uri
  • Loading branch information
gjtorikian authored Dec 29, 2024
2 parents 33eeb97 + 1cba524 commit bf1463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind_merge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata = {
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
"changelog_uri" => "#{github_root_uri}/blob/#{spec.version}/CHANGELOG.md",
"changelog_uri" => "#{github_root_uri}/blob/v#{spec.version}/CHANGELOG.md",
"bug_tracker_uri" => "#{github_root_uri}/issues",
"documentation_uri" => "https://rubydoc.info/gems/#{spec.name}/#{spec.version}",
"funding_uri" => "https://github.com/sponsors/gjtorikian",
Expand Down

0 comments on commit bf1463b

Please sign in to comment.