diff --git a/Gruntfile.js b/Gruntfile.js index e85a3be..795dd91 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,6 +117,8 @@ module.exports = function (grunt) { 'git reset master --hard', 'sed -i.bak \'s/%VERSION%/v<%= version %>/\' index.html', 'rm -rf index.html.bak', + 'git add index.html', + 'git commit -m "Update docs to <%= version %>"', 'git checkout master' ].join(' && ') }