Rakefile in workarea-emarsys-1.0.2 vs Rakefile in workarea-emarsys-1.0.3

- old
+ new

@@ -32,13 +32,13 @@ desc "Release version #{Workarea::Emarsys::VERSION} of the gem" task :release do host = "https://#{ENV['BUNDLE_GEMS__WEBLINC__COM']}@gems.weblinc.com" - #Rake::Task['workarea:changelog'].execute - #system 'git add CHANGELOG.md' - #system 'git commit -m "Update CHANGELOG"' - #system 'git push origin HEAD' + Rake::Task['workarea:changelog'].execute + system 'git add CHANGELOG.md' + system 'git commit -m "Update CHANGELOG"' + system 'git push origin HEAD' system "git tag -a v#{Workarea::Emarsys::VERSION} -m 'Tagging #{Workarea::Emarsys::VERSION}'" system 'git push --tags' system "gem build workarea-emarsys.gemspec"