Release appchan x v2.4.1.

This commit is contained in:
Zixaphir 2013-10-14 00:57:15 -07:00
parent 5900490e63
commit 9a07882566
5 changed files with 8 additions and 8 deletions

View File

@ -90,11 +90,11 @@ module.exports = (grunt) ->
stderr: true stderr: true
failOnError: true failOnError: true
commit: commit:
command: """ command: [
git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>." 'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."'
git tag -a <%= pkg.version %> -m "<%= 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 %>." 'git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
""" ].join " && "
push: push:
command: 'git push origin --tags -f && git push origin --all' command: 'git push origin --tags -f && git push origin --all'

View File

@ -1,5 +1,5 @@
/* /*
* appchan x - Version 2.4.1 - 2013-10-13 * appchan x - Version 2.4.1 - 2013-10-14
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -20,7 +20,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* appchan x - Version 2.4.1 - 2013-10-13 * appchan x - Version 2.4.1 - 2013-10-14
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

Binary file not shown.

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // Generated by CoffeeScript
/* /*
* appchan x - Version 2.4.1 - 2013-10-13 * appchan x - Version 2.4.1 - 2013-10-14
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE