Rakefile in trinidad_lifecycle_extension-0.2.1 vs Rakefile in trinidad_lifecycle_extension-0.2.2

- old
+ new

@@ -86,10 +86,10 @@ # # Packaging tasks # ############################################################################# -task :release do +task :release => :build do unless `git branch` =~ /^\* master$/ puts "You must be on the master branch to release!" exit! end sh "git commit --allow-empty -a -m 'Release #{version}'"