Add release scripts
This commit is contained in:
parent
7b1047a4b6
commit
4f5826655b
@ -22,5 +22,11 @@
|
|||||||
"grunt-includes": "^0.5.1",
|
"grunt-includes": "^0.5.1",
|
||||||
"grunt-shell": "~0.2.1",
|
"grunt-shell": "~0.2.1",
|
||||||
"grunt-template": "^0.2.3"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user