Rakefile in workarea-content_search-1.0.9 vs Rakefile in workarea-content_search-1.1.0

- old
+ new

@@ -14,13 +14,13 @@ desc "Release version #{Workarea::ContentSearch::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::ContentSearch::VERSION} -m 'Tagging #{Workarea::ContentSearch::VERSION}'" system 'git push --tags' system 'gem build workarea-content_search.gemspec'