Skip to content

Commit

Permalink
Fix (again) CHANGELOG uri in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
16 committed Sep 19, 2023
1 parent 49819fa commit 84c6a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/16/envv"
spec.metadata["changelog_uri"] = "https://github.com/16/envv/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/16/envv/blob/main/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 84c6a8b

Please sign in to comment.