Skip to content

Commit

Permalink
adding config to point to the changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
tilo authored and mike-burns committed Dec 22, 2023
1 parent 55df8c4 commit 02e025f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions factory_bot_rails.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
"factory_bot and rails 5.0 or newer"

s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
s.metadata["changelog_uri"] = "https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md"
s.require_paths = ["lib"]
s.executables = []
s.license = "MIT"
Expand Down

0 comments on commit 02e025f

Please sign in to comment.