added release script

This commit is contained in:
Phil Kunz 2015-10-02 23:37:49 +02:00
parent b9247614cb
commit de45e44c0d

View File

@ -4,7 +4,8 @@
"description": "beautiful logging",
"main": "index.js",
"scripts": {
"test": "cd ts/compile && gulp"
"test": "cd ts/compile && gulp",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)"
},
"repository": {
"type": "git",