diff --git a/package.json b/package.json index 174cb27..fc592f3 100644 --- a/package.json +++ b/package.json @@ -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",