mirror of https://github.com/vuejs/vue.git
fix grunt git task commit message
This commit is contained in:
parent
56fbe047ff
commit
9d95c3ac23
|
|
@ -15,7 +15,7 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('git', function (version) {
|
||||
new ShellTask('git add -A')
|
||||
.then('git commit -m "Release v' + version + '"')
|
||||
.then('git commit -m Release-v' + version)
|
||||
.then('git tag v' + version)
|
||||
.then('git push')
|
||||
.then('git push origin v' + version)
|
||||
|
|
|
|||
Loading…
Reference in New Issue