Skip to content

Commit

Permalink
fix: changelog url
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorw committed Apr 25, 2022
1 parent 25e8fac commit 3054a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discriminable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata = {
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
"changelog_uri" => "#{spec.homepage}/CHANGELOG.md",
"changelog_uri" => "#{spec.homepage}/blob/main/CHANGELOG.md",
"rubygems_mfa_required" => "false"
}
# rubocop:enable Gemspec/RequireMFA
Expand Down

0 comments on commit 3054a1a

Please sign in to comment.