Skip to content

Commit 87e7e86

Browse files
committed
Include rspec-support changelog in release notes.
1 parent e03b43e commit 87e7e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ end
359359
desc "generate release notes from changelogs"
360360
task :release_notes, :target do |_, args|
361361
target = args[:target] || 'blog'
362-
['rspec-core', 'rspec-expectations', 'rspec-mocks', 'rspec-rails'].each do |project|
362+
['rspec-core', 'rspec-expectations', 'rspec-mocks', 'rspec-rails', 'rspec-support'].each do |project|
363363
lines = []
364364
Dir.chdir("repos/#{project}") do
365365
log = File.readlines("Changelog.md").map(&:chomp)

0 commit comments

Comments
 (0)