Skip to content

Instantly share code, notes, and snippets.

View obale's full-sized avatar

Alex Oberhauser obale

View GitHub Profile
@obale
obale / changelog_tasks.rake
Created April 16, 2012 17:56
rake changelog
require "grit"
# This ChangeLog code works if you work on a 'develop' branch and if you merge only
# with the 'master' branch if you release a version. Each release (merge) should
# include also a creation of a tag.
#
# Sponsored by Sigimera (http://www.sigimera.org)
desc "Outputs the ChangeLog of the current release"
task :changelog do
repo = Grit::Repo.new('.')