From ec0022c6b137d5c184cbf9b4200cf4e99b9bb89c Mon Sep 17 00:00:00 2001 From: Illimar Tambek Date: Fri, 7 Mar 2014 11:03:23 +0200 Subject: [PATCH] Commit docs after version update --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) 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(' && ') }