Add emoji to the release commit message.

This commit is contained in:
Parker Moore 2014-08-13 01:09:37 -04:00
parent 038baa12c7
commit 4e7dd8a563
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ task :release => :build do
puts "You must be on the master branch to release!"
exit!
end
sh "git commit --allow-empty -m 'Release #{version}'"
sh "git commit --allow-empty -m 'Release :gem: #{version}'"
sh "git tag v#{version}"
sh "git push origin master"
sh "git push origin v#{version}"