Skip to content

Commit 172b6cd

Browse files
committed
[chore] Rename history to changelog
This is more canonical and *might* allow smarter fetching of differences by GitHub. (cherry picked from commit c148b31)
1 parent ea5673e commit 172b6cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ end
156156
desc "Build the jruby-rack-#{GEM_VERSION}.gem"
157157
task :gem => [target_jar, target_jruby_rack, target_jruby_rack_version] do
158158
Rake::Task['spec'].invoke unless ENV['SKIP_SPECS'] == 'true'
159-
cp FileList["History.md", "LICENSE.txt", "README.md"], "target/gem"
159+
cp FileList["CHANGELOG.md", "LICENSE.txt", "README.md"], "target/gem"
160160
cp target_jar, "target/gem/lib"
161161
if (jars = FileList["target/gem/lib/*.jar"].to_a).size > 1
162162
abort "Too many jars! #{jars.map{|j| File.basename(j)}.inspect}\nRun a clean build `rake clean` first"

0 commit comments

Comments
 (0)