We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fbe04 commit 9d95c3aCopy full SHA for 9d95c3a
tasks/release.js
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
15
16
grunt.registerTask('git', function (version) {
17
new ShellTask('git add -A')
18
- .then('git commit -m "Release v' + version + '"')
+ .then('git commit -m Release-v' + version)
19
.then('git tag v' + version)
20
.then('git push')
21
.then('git push origin v' + version)
0 commit comments