summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bleything <ben@bleything.net>2010-02-23 21:28:58 -0800
committerBen Bleything <ben@bleything.net>2010-02-23 21:29:18 -0800
commite8874f0131bf7f4ca3c631e2dd7f329d280ff5d8 (patch)
tree995c902ca9a99687bee487cb6b9df94f1d04fd5a
parente15c58ada6f2647633625c1c20ca66cfb8f23351 (diff)
downloadplist-e8874f0131bf7f4ca3c631e2dd7f329d280ff5d8.tar.gz
add CHANGELOG to release files
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d297c82..6195134 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ RUBYFORGE_USER = ENV['RUBYFORGE_USER']
TEST_FILES = Dir.glob('test/test_*')
TEST_ASSETS = Dir.glob('test/assets/*')
LIB_FILES = Dir.glob('lib/**/*')
-RELEASE_FILES = [ "Rakefile", "README.rdoc", "LICENSE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS
+RELEASE_FILES = [ "Rakefile", "README.rdoc", "CHANGELOG", "LICENSE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS
task :default => [ :test ]
# Run the unit tests