tasks/changelog.rake in deathsyn-seedling-0.0.1 vs tasks/changelog.rake in deathsyn-seedling-0.0.5

- old
+ new

@@ -1,4 +1,8 @@ +# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> +# Distributed under the terms of the MIT license. +# See the LICENSE file that accompanied this software for the full MIT License text +# desc 'update changelog' task :changelog do File.open('CHANGELOG', 'w+') do |changelog| `git log -z --abbrev-commit`.split("\0").each do |commit| next if commit =~ /^Merge: \d*/