Commit docs after version update

This commit is contained in:
Illimar Tambek
2014-03-07 11:03:23 +02:00
parent 43d4efade8
commit ec0022c6b1

View File

@@ -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(' && ')
}