Skip to content

Commit

Permalink
fix(docs): Rename remaining NEWS to CHANGELOG [ci skip]
Browse files Browse the repository at this point in the history
- Related to #1308 which renamed NEWS.md to CHANGELOG.md
  • Loading branch information
KapilSachdev authored and mcmire committed Aug 27, 2020
1 parent 4e84191 commit c4f9add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yardopts
Expand Up @@ -6,5 +6,5 @@
--hide-tag param
-e ./doc_config/yard/setup.rb
-
NEWS.md
CHANGELOG.md
docs/**/*.md
2 changes: 1 addition & 1 deletion shoulda-matchers.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.description = 'Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone.'
s.metadata = {
'bug_tracker_uri' => 'https://github.com/thoughtbot/shoulda-matchers/issues',
'changelog_uri' => 'https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md',
'changelog_uri' => 'https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md',
'documentation_uri' => 'https://matchers.shoulda.io/docs',
'homepage_uri' => 'https://matchers.shoulda.io',
'source_code_uri' => 'https://github.com/thoughtbot/shoulda-matchers',
Expand Down
2 changes: 1 addition & 1 deletion tasks/documentation.rb
Expand Up @@ -54,7 +54,7 @@ def self.create

FSSM.monitor do
path project_directory do
glob '{README.md,NEWS.md,.yardopts,docs/**/*.md,doc_config/yard/**/*.{rb,js,css,erb},lib/**/*.rb}'
glob '{README.md,CHANGELOG.md,.yardopts,docs/**/*.md,doc_config/yard/**/*.{rb,js,css,erb},lib/**/*.rb}'
create(&regenerate_docs)
update(&regenerate_docs)
end
Expand Down

0 comments on commit c4f9add

Please sign in to comment.