summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-12-09 14:18:31 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-12-09 14:18:31 +1100
commit50ac03a2a404faa60fe0774a608397b3e4448b9b (patch)
treedf594fb95d4fccb0edfb24c779150365bfcc1de5 /Rakefile
parenta0a6d2cfa88cac5418097fb9f71df4cbcae4b192 (diff)
downloadpuppet-50ac03a2a404faa60fe0774a608397b3e4448b9b.tar.gz
puppet-50ac03a2a404faa60fe0774a608397b3e4448b9b.tar.xz
puppet-50ac03a2a404faa60fe0774a608397b3e4448b9b.zip
CHANGELOG updates
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 7175c3eb8..21d7651d4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -217,10 +217,9 @@ end
mkdir(CHANGELOG_DIR) unless File.directory?(CHANGELOG_DIR)
change_body=`git log --pretty=format:'%aD%n%an <%ae>%n%s%n'`
- version = version + "\n"
File.open(File.join(CHANGELOG_DIR, "CHANGELOG.git"), 'w') do |f|
- f << version << change_body
+ f << change_body
end
# Changelog commit