Add release scripts

This commit is contained in:
IagoLast 2018-05-10 16:10:51 +02:00
parent 7b1047a4b6
commit 4f5826655b

View File

@ -22,5 +22,11 @@
"grunt-includes": "^0.5.1",
"grunt-shell": "~0.2.1",
"grunt-template": "^0.2.3"
},
"scripts": {
"bump": "npm version patch",
"bump:major": "npm version major",
"bump:minor": "npm version minor",
"postversion": "git push origin master --follow-tags"
}
}