Release 4chan X v1.1.0.

This commit is contained in:
Jordan Bates 2013-04-25 16:19:45 -07:00
parent a6abc40b9d
commit a703c2dcd6

View File

@ -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 %>."'