From a703c2dcd69ea269074a7a6b7901109fba8e4d96 Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Thu, 25 Apr 2013 16:19:45 -0700 Subject: [PATCH] Release 4chan X v1.1.0. --- Gruntfile.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 54ea69815..82b471e40 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -82,7 +82,6 @@ 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 %>."'