From c52f9fcf9e1a502ee37781d218797fa2e54e66ca Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Thu, 25 Apr 2013 16:47:39 -0700 Subject: [PATCH] Readd git checkout line --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 82b471e40..54ea69815 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -82,6 +82,7 @@ module.exports = (grunt) -> commit: options: shellOptions command: [ + 'git checkout <%= pkg.meta.mainBranch %>', 'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."', 'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."', 'git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.version %>."'