Changed tag message from "Version" to "Release"
This keeps it consistent with the underlying commit messages.
This commit is contained in:
parent
bc9b9bc953
commit
4c1e9a0be8
|
@ -2,5 +2,5 @@ desc 'Creates a Git tag for the current version'
|
|||
task :tag do
|
||||
version = Oga::VERSION
|
||||
|
||||
sh %Q{git tag -a -m "Version #{version}" v#{version}}
|
||||
sh %Q{git tag -a -m "Release #{version}" v#{version}}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue