Skip to content

Commit

Permalink
[release] 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 7, 2014
1 parent 078d967 commit 5bc3e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module.exports = function (grunt) {
grunt.config.set('version', next)
grunt.task.run([
'default',
'version:' + next
// 'git:' + next
'version:' + next,
'git:' + next
])
}
done()
Expand Down

0 comments on commit 5bc3e30

Please sign in to comment.