Add emoji to the release commit message.
This commit is contained in:
parent
038baa12c7
commit
4e7dd8a563
2
Rakefile
2
Rakefile
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue